WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Webvizio: Website Feedback and Bug Reporting Tool

Webvizio: Website Feedback and Bug Reporting Tool

View on Chrome Web Store
View Webvizio: Website Feedback and Bug Reporting Tool Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (20 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Provide website feedback, report bugs, and generate detailed AI prompts for developers in one click—right on top of live web pages.
Type
Extension
Users
2,000 users
Website webvizio.com
Alex
View author page of Alex
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 15, 2022
Version 1.1.1.8
Manifest version
3
Updated
Updated on June 9, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Webvizio: Website Feedback and Bug Reporting Tool Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top