TT plugged in
TT plugged in provides autobopping, and volume control among others
Cos'è TT plugged in?
TT plugged in è un'estensione di Chrome sviluppata da nthitz, e la sua funzione principale è "TT plugged in provides autobopping, and volume control among others".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TT plugged in
Scarica i file di estensione TT plugged in in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | edoelilfhbiliocedcghdffjnbnplcfb |
| URL Ufficiale | https://chromewebstore.google.com/detail/tt-plugged-in/edoelilfhbiliocedcghdffjnbnplcfb |
| Descrizione | TT plugged in provides autobopping, and volume control among others |
| Dimensione del File | 32.16 KB |
| Conteggio Installazioni | 375 |
| Versione Corrente | 0.0.0.8 |
| Ultimo Aggiornamento | 2021-04-03 |
| Data di Pubblicazione | 2021-03-07 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | nthitz |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |