{ "manifest_version": 3, "name": "PngExtraEmbedder", "description": "Discover embedded files on 4chan and archives!", "version": "0.291", "icons": { "64": "1449696017588.png" }, "permissions": [ "storage", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "" ], "web_accessible_resources": [ { "resources": [ "*.html", "*.js" ], "matches": [ "" ] } ], "content_scripts": [ { "matches": [ "https://*.coom.tech/*", "https://*.4chan.org/*", "https://*.4channel.org/*", "https://*.4plebs.org/*", "https://desuarchive.org/*", "https://archived.moe/*", "https://archive.nyafuu.org/*", "https://arch.b4k.co/*", "https://archive.wakarimasen.moe/*", "https://b4k.co/*", "https://fireden.net/*", "https://thebarchive.com/*", "https://archiveofsins.com/*" ], "css": [], "run_at": "document_start", "js": [ "dist/main.js" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "rule1", "enabled": true, "path": "b4k-csp.json" } ] } }