I've startet to write my first Chrome Extension. It should be fairly simple, however I can't manage to access the current tab's DOM.
What I'd like to do:
-access the dom
-look for an element like:\
<script type="application/json" id="ObjectId">
{"name":"ObjectName"}
-extract ObjectName
Thanks