WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LiveWiki: YouTube Summarizer

LiveWiki: YouTube Summarizer

View on Chrome Web Store
View LiveWiki: YouTube Summarizer Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (59 ratings)
1 new ratings
5 views
This extension has been viewed 5 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.

We help you quickly grasp the core of complex YouTube videos, so you can make smarter choices.
Type
Extension
Users
10,000 users
1K
Website livewiki.com
Corely 코얼리
View author page of Corely 코얼리
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 17, 2024
Version 1.15.5
Manifest version
3
Updated
Updated on July 1, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View LiveWiki: YouTube Summarizer 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__",
    "description": "__MSG_extensionDescription__",
    "version": "1.15.5",
    "version_name": "1.15.5",
    "icons": {
        "16": "chrome_logo_16.png",
        "32": "chrome_logo_32.png",
        "48": "chrome_logo_48.png",
        "128": "chrome_logo_128.png",
        "144": "chrome_logo_144.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.js"
            ],
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css"
            ],
            "use_dynamic_url": false
        }
    ],
    "host_permissions": [
        "https:\/\/youtube.com\/*",
        "https:\/\/accounts.google.com\/gsi\/client"
    ],
    "permissions": [
        "tabs"
    ]
}
© 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