WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
BrowserGPT by CIVAI

BrowserGPT by CIVAI

View on Chrome Web Store
View BrowserGPT by CIVAI Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (7 ratings)
1 new ratings
64 views
This extension has been viewed 64 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.

What's New: Image generation, Free Text Tools, Tab Management, Accessibility, Memory, Voice Browsing
Type
Extension
Users
101 users
2
Website browsergpt.co
Nifemi Alpine
View author page of Nifemi Alpine
Published
Published on January 22, 2024
Version 1.6.27
Manifest version
3
Updated
Updated on October 12, 2025
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View BrowserGPT by CIVAI 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,
    "name": "BrowserGPT by CIVAI",
    "version": "1.6.27",
    "description": "What's New: Image generation, Free Text Tools, Tab Management, Accessibility, Memory, Voice Browsing",
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "webRequest",
        "storage",
        "offscreen",
        "notifications",
        "webNavigation",
        "power",
        "debugger",
        "contextMenus",
        "idle",
        "windows",
        "tabGroups"
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "trigger-smartsense": {
            "suggested_key": {
                "default": "Alt+Space",
                "mac": "Alt+Space"
            },
            "description": "Trigger SmartSense on active tab"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/browser.civai.co\/*",
                "*:\/\/browsergpt.co\/*",
                "*:\/\/localhost\/*",
                "*:\/\/127.0.0.1\/*"
            ],
            "js": [
                "content-utils.js",
                "content.js",
                "offscreen.js",
                "js\/fingerprint.js",
                "socket.io.min.js",
                "pip-window-js\/pip-module.js",
                "pip-window-js\/document-pip.js",
                "pip-window-js\/marked.min.js",
                "pip-window-js\/bgptMarked.min.js",
                "js\/driver.js",
                "js\/html2canvas.min.js",
                "js\/rrweb.min.js",
                "microaction.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "*:\/\/browser.civai.co\/*",
                "*:\/\/browsergpt.co\/*",
                "*:\/\/localhost\/*",
                "*:\/\/127.0.0.1\/*",
                "file:\/\/*"
            ],
            "js": [
                "content-utils.js",
                "content.js",
                "script.js",
                "offscreen.js",
                "js\/fingerprint.js",
                "socket.io.min.js",
                "realtime-src\/realtime-script.js",
                "pip-window-js\/pip-module.js",
                "pip-window-js\/document-pip.js",
                "pip-window-js\/marked.min.js",
                "pip-window-js\/bgptMarked.min.js",
                "js\/driver.js",
                "js\/html2canvas.min.js",
                "js\/rrweb.min.js",
                "microaction.js"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>",
        "*:\/\/localhost\/*",
        "*:\/\/127.0.0.1\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "offscreen.html",
                "replay.html",
                "replay.js",
                "script.js",
                "realtime-src\/realtime-script.js",
                "css\/*",
                "js\/*",
                "webfonts\/*",
                "\/pip-window-js\/pip-module.js",
                "\/pip-window-js\/document-pip.js",
                "\/pip-window-js\/marked.min.js",
                "\/pip-window-js\/bgptMarked.min.js",
                "\/pip-window\/css\/fonts.css",
                "settings.html",
                "test-settings.html",
                "settings.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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