Advertisement
Guest User

Untitled

a guest
Jun 15th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. "content_scripts": [ {
  3. "exclude_globs": [ ],
  4. "exclude_matches": [ ],
  5. "include_globs": ["http://*", "https://*"],
  6. "js": [ "Dollchan_Extension_Tools.user.js" ],
  7. "matches": [ "http://*/*", "https://*/*" ],
  8. "run_at": "document_idle"
  9. } ],
  10. "converted_from_user_script": true,
  11. "description": "Doing some profit for imageboards",
  12. "name": "Dollchan Extension Tools",
  13. "version": "14.5.29.0",
  14. "manifest_version": 2
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement