WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Brie - Bug Capture

Brie - Bug Capture

View on Chrome Web Store
View Brie - Bug Capture Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 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.

Bug Reports Devs Actually Love!
Type
Extension
Users
90 users
1
Website brie.io
briehq
View author page of briehq
Published
Published on February 7, 2025
Version 0.3.2
Manifest version
3
Updated
Updated on June 2, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Brie - Bug Capture 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",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "109.0"
        }
    },
    "version": "0.3.2",
    "description": "__MSG_extensionDescription__",
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "webRequest",
        "storage",
        "tabs",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": "brie-logo.png"
    },
    "icons": {
        "128": "brie-icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "content\/index.iife.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "content-ui\/index.iife.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.css",
                "*.svg",
                "*.png",
                "content\/extend.iife.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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