TikTok Volume Control

Useful volume control for TikTok

Wat is TikTok Volume Control?

TikTok Volume Control is een Chrome-extensie ontwikkeld door Anton Neverov, en de belangrijkste functie is "Useful volume control for TikTok".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TikTok Volume Control

Download TikTok Volume Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds a volume control at left bottom corner to TikTok web client.

TikTok don't have ability to control volume of videos. This extension resolve this problem with volume control at bottom left corner on all pages of tiktok.com. Also, it has save last value of volume on page reload.                    

Basisinformatie over de Extensie

Naam TikTok Volume Control TikTok Volume Control
ID fjbekbenjkbhfhhicfcabohpokiodpem
Officiële URL https://chrome.google.com/webstore/detail/tiktok-volume-control/fjbekbenjkbhfhhicfcabohpokiodpem
Beschrijving Useful volume control for TikTok
Bestandsgrootte 17.6 KB
Aantal Installaties 89
Huidige Versie 1.0
Laatst Bijgewerkt 2021-07-24
Publicatiedatum 2021-07-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Anton Neverov
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TikTok Volume Control",
    "description": "Useful volume control for TikTok",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/img\/icons\/16.png",
        "32": "\/img\/icons\/32.png",
        "48": "\/img\/icons\/48.png",
        "128": "\/img\/icons\/128.png"
    }
}