WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
User Bug Report

User Bug Report

View on Chrome Web Store
View User Bug Report Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 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.

Get detailed, reproducible bug reports directly in your favorite bug tracker.
Type
Extension
Users
6 users
1
Hence
View author page of Hence
Published
Published on December 1, 2020
Version 1.0.26
Manifest version
2
Updated
Updated on January 13, 2021
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View User Bug Report 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",
    "name": "User Bug Report",
    "default_locale": "en",
    "description": "Get detailed, reproducible bug reports directly in your favorite bug tracker.",
    "manifest_version": 2,
    "version": "1.0.26",
    "permissions": [
        "<all_urls>",
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/www.userbugreport.com\/",
        "https:\/\/dashboard.userbugreport.com\/",
        "https:\/\/dashboard-userbugreport.ngrok.io\/"
    ],
    "icons": {
        "16": "icons\/logo.16.png",
        "32": "icons\/logo.32.png",
        "48": "icons\/logo.48.png",
        "128": "icons\/logo.128.png"
    },
    "background": {
        "page": "background\/index.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "User Bug Report",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>",
                "https:\/\/www.userbugreport.com\/*",
                "https:\/\/dashboard.userbugreport.com\/*",
                "https:\/\/dashboard-userbugreport.ngrok.io\/*"
            ],
            "js": [
                "extension\/messagebus.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+B"
            },
            "description": "Send a 'toggle-feature' event"
        }
    }
}
© 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