Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WPoptic - Detect WordPress plugins and theme instant on websites", "version": "2.0.3", "description": "Instantly detect over 20.000 WordPress plugins and themes.", "action": { "default_popup": "index.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "WPoptic 2.0" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "webRequest", "scripting", "storage", "alarms", "webRequest", "identity", "identity.email" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/*.sentry.io\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "wasm\/wasm_exec.js", "wasm\/scanner.wasm", "output.css" ], "matches": [ "<all_urls>" ] }, { "resources": [ "assets\/fonts\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' https:\/\/*.sentry.io http:\/\/* https:\/\/*" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scripts\/wordpress-detector.js" ], "run_at": "document_idle" } ] }