WebExtension.net
WebExtension.net

Sweezy Custom Progress Bar for Youtube™

View on Chrome Web Store
View Sweezy Custom Progress Bar for Youtube™ Chrome Extension on Chrome Web Store
4.8 (405 ratings)

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

Revamp your YouTube vibe! Swap the borring progress bar with funky animations & colors. It's time to play, the stylish way!
Type
Extension
Users
40,000 users
Sweezy
View author page of Sweezy
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 6, 2023
Version 3.0.0
Manifest version
3
Updated
Updated on April 23, 2024
View on Chrome Web Store
View Sweezy Custom Progress Bar for Youtube™ Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "3.0.0",
    "manifest_version": 3,
    "icons": {
        "32": ".\/assets\/manifest_icons\/icon-32.png",
        "48": ".\/assets\/manifest_icons\/icon-48.png",
        "96": ".\/assets\/manifest_icons\/icon-96.png",
        "128": ".\/assets\/manifest_icons\/icon-128.png",
        "256": ".\/assets\/manifest_icons\/icon-256.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/progress_scrubbers\/*"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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