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", "minimum_chrome_version": "96", "name": "Webvizio: Website Feedback and Bug Reporting Tool", "description": "Provide website feedback, report bugs, and generate detailed AI prompts for developers in one click\u2014right on top of live web pages.", "version": "1.1.1.8", "manifest_version": 3, "permissions": [ "cookies", "declarativeNetRequestWithHostAccess", "webNavigation", "storage", "webRequest" ], "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16c.png", "32": "icon32c.png", "48": "icon48c.png", "128": "icon128c.png" }, "devtools_page": "devtools.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "webvizio-connector.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "webvizio-logger.js" ], "run_at": "document_start", "world": "MAIN" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "webvizio-app.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "webvizio.js" ], "css": [ "webvizio-inner.css" ], "run_at": "document_end" } ], "host_permissions": [ "<all_urls>" ], "externally_connectable": { "matches": [ "https:\/\/*.webvizio.com\/*", "https:\/\/*.webvizio.my\/*" ] }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "background": { "service_worker": "bg.js" } }