nPhoenix

EXTENSÃO FUDIDA

Dec 8th, 2011
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. {
  2. "name": "XD",
  3. "version": "1.0",
  4. "description": "XD",
  5. "permissions": ["tabs"],
  6. "content_scripts": [{
  7. "matches": ["http://*/*", "https://*/*"],
  8. "js": ["js.js"],
  9. "run_at": "document_start"
  10. }]
  11. }
Advertisement
Add Comment
Please, Sign In to add comment