WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Eightify: AI YouTube Summarizer

Eightify: AI YouTube Summarizer

View on Chrome Web Store
View Eightify: AI YouTube Summarizer Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (703 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.

Summarize YouTube videos with AI. Save time on long videos — get instant, high-quality summaries and key insights.
Type
Extension
Users
200,000 users
100K
Website eightify.app
Eightify
View author page of Eightify
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 30, 2022
Version 1.642
Manifest version
3
Updated
Updated on April 15, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Eightify: AI 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",
    "name": "__MSG_packageName__",
    "short_name": "Eightify",
    "description": "__MSG_packageSummary__",
    "version": "1.642",
    "default_locale": "en",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_packageSummary__"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "192": "icon192.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtu.be\/*",
                "https:\/\/www.youtu.be\/*",
                "https:\/\/www.youtube-nocookie.com\/*",
                "https:\/\/youtube-nocookie.com\/*",
                "https:\/\/www.youtube.com\/embed\/*",
                "https:\/\/youtube.com\/embed\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ]
}
© 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