TikTok Volume Buddy

Easily manage and maintain a perfect volume level for TikTok Videos. Prevent your ears from being demolished.

What is TikTok Volume Buddy?

TikTok Volume Buddy is a Chrome extension developed by devtyl3r, and its main feature is "Easily manage and maintain a perfect volume level for TikTok Videos. Prevent your ears from being demolished.".

Extension Screenshots

Download TikTok Volume Buddy Extension CRX File

Download TikTok Volume Buddy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        If you're tired of your ears being blown up every single time you open a TikTok video that's linked to you, or you're viewing, this extension helps with preventing that. Control and keep your volume across all TikTok videos, with a single slider. Works with multi-tabs, and saves volume in storage, on change.                    

Extension Basic Information

Name TikTok Volume Buddy TikTok Volume Buddy
ID cpclgpmoofkhnkknhcpoajpeoliceijp
Official URL https://chromewebstore.google.com/detail/tiktok-volume-buddy/cpclgpmoofkhnkknhcpoajpeoliceijp
Description Easily manage and maintain a perfect volume level for TikTok Videos. Prevent your ears from being demolished.
File Size 15.56 KB
Installation Count 1,722
Current Version 2.0
Last Updated 2020-09-02
Publish Date 2020-09-02
Rating 3.64/5 Total 14 Ratings
Developer devtyl3r
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TikTok Volume Buddy",
    "description": "Easily manage and maintain a perfect volume level for TikTok Videos. Prevent your ears from being demolished.",
    "version": "2.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "src\/main.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "src\/volume.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}