WebExtension.net
WebExtension.net

Bass Boost: HD Audio

View on Chrome Web Store
View Bass Boost: HD Audio Chrome Extension on Chrome Web Store
4.5 (1,773 ratings)

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

Bass Boost makes videos, songs, movies and more sound awesome by boosting your speakers or headphones.
Type
Extension
Users
200,000 users
Snappy Extensions
View author page of Snappy Extensions
Published
Published on December 21, 2016
Version 2.4
Manifest version
2
Updated
Updated on May 3, 2021
View on Chrome Web Store
View Bass Boost: HD Audio Chrome Extension on Chrome Web Store
lifestyle/fun
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bass Boost: HD Audio",
    "short_name": "Bass Boost",
    "description": "Bass Boost makes videos, songs, movies and more sound awesome by boosting your speakers or headphones.",
    "version": "2.4",
    "permissions": [
        "tabCapture",
        "storage",
        "tabs"
    ],
    "commands": {
        "toggle-bass-boost": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            },
            "description": "Toggle Bass Boost"
        }
    },
    "icons": {
        "128": "buttonOn.png"
    },
    "web_accessible_resources": [
        "logo.png",
        "buttonOn.png",
        "buttonOff.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "fullscreen.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Boost Bass",
        "default_icon": {
            "128": "buttonOn.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "jungle.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/rcm-na.amazon-adsystem.com; object-src 'self'"
}
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