WebExtension.net
WebExtension.net

YouTube Booster

View on Chrome Web Store
View YouTube Booster Chrome Extension on Chrome Web Store
3.6 (21 ratings)

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

Video speed, audio normalization, OSINT, auto pause, looped #shorts, video markers, keywords, and more...
Type
Extension
Users
10,000 users
dweorh's solutions
View author page of dweorh's solutions
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 14, 2020
Version 0.5.3
Manifest version
3
Updated
Updated on June 17, 2024
View on Chrome Web Store
View YouTube Booster Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Booster",
    "description": "Video speed, audio normalization, OSINT, auto pause, looped #shorts, video markers, keywords, and more...",
    "version": "0.5.3",
    "author": "dweorh's solutions",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "YouTube Booster"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css",
                "app\/styles\/common.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/js\/pageScripts.js",
                "images\/icons\/add.png",
                "images\/icons\/delete.png",
                "images\/icons\/save.png",
                "images\/icons\/cancel.png",
                "images\/icons\/stop.png",
                "images\/icons\/play.png",
                "images\/icons\/pause.png",
                "images\/icons\/clipboard.png",
                "images\/icons\/reload.png",
                "images\/icons\/chapter2marker.png",
                "images\/icons\/edit.png",
                "images\/icons\/flip-v.png",
                "images\/icons\/flip-h.png"
            ],
            "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