TT plugged in
TT plugged in provides autobopping, and volume control among others
Qu'est-ce que TT plugged in ?
TT plugged in est une extension Chrome développée par nthitz, et sa fonction principale est "TT plugged in provides autobopping, and volume control among others".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TT plugged in
Téléchargez les fichiers d'extension TT plugged in au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | TT plugged in |
ID | edoelilfhbiliocedcghdffjnbnplcfb |
URL Officiel | https://chromewebstore.google.com/detail/tt-plugged-in/edoelilfhbiliocedcghdffjnbnplcfb |
Description | TT plugged in provides autobopping, and volume control among others |
Taille du Fichier | 32.16 KB |
Nombre d'Installations | 375 |
Version Actuelle | 0.0.0.8 |
Dernière Mise à Jour | 2021-04-03 |
Date de Publication | 2021-03-07 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | nthitz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |