TT plugged in

TT plugged in provides autobopping, and volume control among others

Co to jest TT plugged in?

TT plugged in to rozszerzenie Chrome opracowane przez nthitz, a jego główną funkcją jest „TT plugged in provides autobopping, and volume control among others”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TT plugged in

Pobierz pliki rozszerzeń TT plugged in 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

                        TT Plugged In adds a few features that are not currently available on turntable.fm. The most significant one is a volume control slider, allowing the user to adjust the volume of the music to their desired levels. Autobop is also provided. A small menu in the bottom left of the screen displays these options. More features to come.                    

Podstawowe informacje o rozszerzeniu

Nazwa TT plugged in TT plugged in
ID edoelilfhbiliocedcghdffjnbnplcfb
Oficjalny URL https://chromewebstore.google.com/detail/tt-plugged-in/edoelilfhbiliocedcghdffjnbnplcfb
Opis TT plugged in provides autobopping, and volume control among others
Rozmiar pliku 32.16 KB
Liczba instalacji 375
Aktualna Wersja 0.0.0.8
Ostatnia Aktualizacja 2021-04-03
Data Publikacji 2021-03-07
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper nthitz
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TT plugged in",
    "version": "0.0.0.8",
    "description": "TT plugged in provides autobopping, and volume control among others",
    "homepage_url": "https:\/\/github.com\/nthitz\/pluggedTT",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "icons": {
        "128": "\/icon.png"
    },
    "permissions": [],
    "background": {
        "persistent": false,
        "scripts": [
            "\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.turntable.fm\/*"
            ],
            "css": [
                "\/myStyles.css"
            ],
            "js": [
                "\/contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/modal.html",
        "\/localContextScript.js.txt"
    ]
}