WebExtension.net
Toggle dark mode
WebExtension.net

AI Blaze: Instantly Use AI in Any Webpage

View on Chrome Web Store
View AI Blaze: Instantly Use AI in Any Webpage Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (55 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Blazing fast AI copilot on any website: write emails, summarize articles, do research, fix your writing using GPT-4 or Claude Sonnet
Type
Extension
Users
20,000 users
10K
Website blaze.today
Blaze Today
View author page of Blaze Today
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 17, 2024
Version 1.9.19
Manifest version
3
Updated
Updated on February 21, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View AI Blaze: Instantly Use AI in Any Webpage 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": "AI Blaze: Instantly Use AI in Any Webpage",
    "description": "Blazing fast AI copilot on any website: write emails, summarize articles, do research, fix your writing using GPT-4 or Claude Sonnet",
    "version": "1.9.19",
    "minimum_chrome_version": "127",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "offscreen",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "96": "images\/icon_96.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "64": "images\/icon_64.png",
            "96": "images\/icon_96.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "AI Blaze"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/widget.js",
                "js\/inPageNotifier.js",
                "js\/contentScript.js"
            ],
            "match_origin_as_fallback": true,
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "sandbox": {
        "pages": [
            "html\/sandbox.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/tbremap.js",
                "images\/icon_128.png",
                "images\/icon_128_white_bottom.png",
                "images\/bg.svg",
                "css\/widget.css",
                "css\/picker.css",
                "css\/notifier.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "omnibox": {
        "keyword": "\/ai"
    },
    "offline_enabled": true,
    "homepage_url": "https:\/\/blaze.today",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.blaze.today\/*",
            "https:\/\/blaze.today\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyNgaq1xXWmLHNu8vp4LLBZwRDoVfkfXhuuh4PLOWOuNx6KV0qHCwYQdRd7+zN3dRiFVfcx9DllVDXnOvDMMpJOGYTD5htdNW25YCc\/IawRcCvnZKvKCw519MqEEWoeW794lohM3GwsEy+1\/ztcOopIp4g2XwA1uVxZ4cckvssgiJDaLyQ2+tclr81IoLD+8EseCDbLRblfgMLtXWEDrkMsq7muuCiYxz6UQX5b3cPdcSObzb3tuQ8+Sb5zPBbqha3q99H\/Ev8sSTR6komh1QVq1M+N4\/BbFjBk4m3oSs3N3PcOxhIMCA4Pi6nJB46RDqbhSK85r0fKR5Vf2aU6jJiQIDAQAB",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Period"
            }
        }
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals allow-popups-to-escape-sandbox; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    }
}
© 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