WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AI Summarizer: Web, YouTube & PDFs with ChatGPT, Claude & More

AI Summarizer: Web, YouTube & PDFs with ChatGPT, Claude & More

View on Chrome Web Store
View AI Summarizer: Web, YouTube & PDFs with ChatGPT, Claude & More Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

Summarize web pages, YouTube videos, and PDFs in a snap with top AI like ChatGPT, Claude, and Gemini. Works in tons of languages!
Type
Extension
Users
29 users
2
huizhudev
View author page of huizhudev
Published
Published on April 20, 2025
Version 1.4.3
Manifest version
3
Updated
Updated on July 1, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View AI Summarizer: Web, YouTube & PDFs with ChatGPT, Claude & More 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": "1.4.3",
    "description": "__MSG_extensionDescription__",
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/video.google.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/*.bilibili.com\/*",
        "https:\/\/www.bilibili.com\/*",
        "https:\/\/api.bilibili.com\/*",
        "https:\/\/chat.qwen.ai\/*",
        "https:\/\/chatgpt.com\/*",
        "https:\/\/claude.ai\/*",
        "https:\/\/aistudio.google.com\/*",
        "https:\/\/gemini.google.com\/*",
        "https:\/\/grok.com\/*",
        "https:\/\/chat.mistral.ai\/*",
        "https:\/\/dashboard.cohere.com\/*",
        "https:\/\/chat.deepseek.com\/*",
        "https:\/\/yuanbao.tencent.com\/*",
        "https:\/\/www.doubao.com\/*",
        "https:\/\/yiyan.baidu.com\/*",
        "https:\/\/www.kimi.com\/*",
        "https:\/\/chat.z.ai\/*",
        "https:\/\/xinghuo.xfyun.cn\/*",
        "https:\/\/chat.minimaxi.com\/*"
    ],
    "permissions": [
        "storage",
        "scripting",
        "tabs",
        "notifications"
    ],
    "options_page": "options\/index.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-32.png",
        "default_title": "__MSG_actionTitle__"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/index.iife.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "devtools_page": "devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.css",
                "*.svg",
                "icon-128.png",
                "icon-32.png",
                "pdf.worker.js",
                "content\/summary-button.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "generate_summary": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "__MSG_commandDescription__"
        }
    }
}
© 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