WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
justTLDR: Free AI Summarizer for YouTube and Web

justTLDR: Free AI Summarizer for YouTube and Web

View on Chrome Web Store
View justTLDR: Free AI Summarizer for YouTube and Web Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 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.

Instantly summarize webpages or YouTube video using your existing AI accounts (ChatGPT, etc) - no additional subscription required!
Type
Extension
Users
1,000 users
2
Website justtldr.com
dmwa*******************
View author page of dmwa*******************
Published
Published on January 23, 2025
Version 2.0.21
Manifest version
3
Updated
Updated on June 27, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View justTLDR: Free AI Summarizer for YouTube and Web 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": "justTLDR: Free AI Summarizer for YouTube and Web",
    "version": "2.0.21",
    "description": "Instantly summarize webpages or YouTube video using your existing AI accounts (ChatGPT, etc) - no additional subscription required!",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/claude.ai\/*",
        "https:\/\/chatgpt.com\/*",
        "https:\/\/gemini.google.com\/*",
        "https:\/\/chat.deepseek.com\/*",
        "https:\/\/grok.com\/*"
    ],
    "options_page": "src\/entries\/options\/index.html",
    "icons": {
        "48": "assets\/icons\/icon48.png"
    },
    "action": {
        "default_icon": {
            "48": "assets\/icons\/icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.brave.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "webSummarizer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/claude.ai\/*",
                "https:\/\/chatgpt.com\/*",
                "https:\/\/gemini.google.com\/*",
                "https:\/\/chat.deepseek.com\/*",
                "https:\/\/grok.com\/*"
            ],
            "js": [
                "aiPasteHandler.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "youtubeSummarizer.css"
            ],
            "js": [
                "youtubeSummarizer.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/embed\/*",
                "*:\/\/*.youtube-nocookie.com\/embed\/*"
            ],
            "js": [
                "embedOverlayRemover.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}
© 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