WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
GPT Breeze - ChatGPT AI shortcuts in your current tab & Youtube summary

GPT Breeze - ChatGPT AI shortcuts in your current tab & Youtube summary

View on Chrome Web Store
View GPT Breeze - ChatGPT AI shortcuts in your current tab & Youtube summary Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (40 ratings)
1 new ratings
4 views
This extension has been viewed 4 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.

An AI extension that allows bring your own key, summarize Youtube and content on the web. AI manages your browser tabs and bookmarks
Type
Extension
Users
1,000 users
duythanh
View author page of duythanh
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 4, 2024
Version 1.4.12
Manifest version
3
Updated
Updated on October 7, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View GPT Breeze - ChatGPT AI shortcuts in your current tab & Youtube summary 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": "GPT Breeze - ChatGPT AI shortcuts in your current tab & Youtube summary",
    "description": "An AI extension that allows bring your own key, summarize Youtube and content on the web. AI manages your browser tabs and bookmarks",
    "version": "1.4.12",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.chatgpt.com\/*",
        "https:\/\/*.openai.com\/*",
        "https:\/\/claude.ai\/*",
        "https:\/\/www.google-analytics.com\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "cookies",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "webRequest",
        "declarativeNetRequestWithHostAccess",
        "sidePanel"
    ],
    "optional_permissions": [
        "background",
        "tabs",
        "history",
        "bookmarks"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "action_popup.html"
    },
    "side_panel": {
        "default_path": "SidePanel.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "shared.js",
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png",
                "assets\/logos\/*",
                "content-script.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "newChat": {
            "suggested_key": {
                "default": "Ctrl+J",
                "mac": "Command+J"
            },
            "description": "Open chat box with AI"
        },
        "summarizePage": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "Command+Shift+M"
            },
            "description": "SumMarize page to bullet points"
        },
        "polish": {
            "suggested_key": {
                "default": "Ctrl+Shift+I",
                "mac": "Command+Shift+I"
            },
            "description": "Improve writing with AI"
        },
        "openSidePanel": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Quick access to AI chat options"
        }
    }
}
© 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