TT plugged in

TT plugged in provides autobopping, and volume control among others

Was ist TT plugged in?

TT plugged in ist eine Chrome-Erweiterung, die von nthitz entwickelt wurde, und ihr Hauptmerkmal ist "TT plugged in provides autobopping, and volume control among others".

Erweiterungsscreenshots

screenshot

TT plugged in-Erweiterungs-CRX-Datei herunterladen

Laden Sie TT plugged in-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TT plugged in TT plugged in
ID edoelilfhbiliocedcghdffjnbnplcfb
Offizielle URL https://chromewebstore.google.com/detail/tt-plugged-in/edoelilfhbiliocedcghdffjnbnplcfb
Beschreibung TT plugged in provides autobopping, and volume control among others
Dateigröße 32.16 KB
Installationsanzahl 375
Aktuelle Version 0.0.0.8
Letztes Update 2021-04-03
Veröffentlichungsdatum 2021-03-07
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler nthitz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}