Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. "content_scripts": [
  2. {
  3. "matches": [
  4. "*://*/*"
  5. ],
  6. "js": [
  7. "content.js"
  8. ],
  9. "run_at": "document_start"
  10. }
  11. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement