TikTok Volume Control

Useful volume control for TikTok

Co to jest TikTok Volume Control?

TikTok Volume Control to rozszerzenie Chrome opracowane przez Anton Neverov, a jego główną funkcją jest „Useful volume control for TikTok”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TikTok Volume Control

Pobierz pliki rozszerzeń TikTok Volume Control w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TikTok Volume Control TikTok Volume Control
ID fjbekbenjkbhfhhicfcabohpokiodpem
Oficjalny URL https://chrome.google.com/webstore/detail/tiktok-volume-control/fjbekbenjkbhfhhicfcabohpokiodpem
Opis Useful volume control for TikTok
Rozmiar pliku 17.6 KB
Liczba instalacji 89
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-07-24
Data Publikacji 2021-07-24
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Anton Neverov
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}