Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DefoSpyTools", "version": "1.38", "manifest_version": 3, "content_scripts": [ { "js": [ "scripts\/fill-password.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" }, { "js": [ "scripts\/dpv.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "background": { "service_worker": "background\/background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "firestore\/*", "utils\/*", "modules\/*", "popup\/*", "icons\/*", "styles\/*" ], "matches": [ "<all_urls>" ] } ], "action": { "default_popup": "\/popup\/popup.html" }, "permissions": [ "storage" ] }