WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

Screenshot YouTube New

View on Chrome Web Store
View Screenshot YouTube New Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
2 views
This extension has been viewed 2 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Take a screenshot of any YouTube video with one click.
Type
Extension
Users
262 users
2
Website focus.hk.cn
allentown0406
View author page of allentown0406
Published
Published on November 1, 2024
Version 2.5.0
Manifest version
3
Updated
Updated on November 5, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Screenshot YouTube New 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": "Screenshot YouTube New",
    "version": "2.5.0",
    "description": "Take a screenshot of any YouTube video with one click.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/page.js-loader-6cd7026a.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "camera.svg",
                "style.css",
                "assets\/page.js-d4f38642.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "webNavigation",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_security_policy": []
}
© 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