WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Video & Channel Analysis

YouTube Video & Channel Analysis

View on Chrome Web Store
View YouTube Video & Channel Analysis 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.

Professional social media analysis for YouTube videos and channels using Google Gemini AI
Type
Extension
Users
4 users
2
Website grok4online.com
bigjpgai
View author page of bigjpgai
Published
Published on July 8, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on July 8, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube Video & Channel Analysis 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,
    "version": "1.0.0",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assests\/icon.png",
        "default_popup": "popup.html",
        "default_title": "YouTube Video Analysis"
    },
    "icons": {
        "16": "assests\/icon.png",
        "32": "assests\/icon.png",
        "64": "assests\/icon.png",
        "128": "assests\/icon.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube-analysis-gemini.aikc.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assests\/logo.png",
                "assests\/Vector.png",
                "assests\/notranscript.png",
                "assests\/loader1.png",
                "assests\/loader2.png",
                "assests\/loader3.png",
                "assests\/copyIcon.png",
                "assests\/star.png",
                "assests\/info.png",
                "assests\/Lexend-Medium.ttf"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}
© 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