TikTok Volume Buddy

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

Cos'è TikTok Volume Buddy?

TikTok Volume Buddy è un'estensione di Chrome sviluppata da devtyl3r, e la sua funzione principale è "Easily manage and maintain a perfect volume level for TikTok Videos. Prevent your ears from being demolished.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione TikTok Volume Buddy

Scarica i file di estensione TikTok Volume Buddy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TikTok Volume Buddy TikTok Volume Buddy
ID cpclgpmoofkhnkknhcpoajpeoliceijp
URL Ufficiale https://chromewebstore.google.com/detail/tiktok-volume-buddy/cpclgpmoofkhnkknhcpoajpeoliceijp
Descrizione Easily manage and maintain a perfect volume level for TikTok Videos. Prevent your ears from being demolished.
Dimensione del File 15.56 KB
Conteggio Installazioni 1,722
Versione Corrente 2.0
Ultimo Aggiornamento 2020-09-02
Data di Pubblicazione 2020-09-02
Valutazione 3.64/5 Totale 14 Valutazioni
Sviluppatore devtyl3r
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}