Turntable Infinite
A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.
Cos'è Turntable Infinite?
Turntable Infinite è un'estensione di Chrome sviluppata da sinful | tt.fm, e la sua funzione principale è "A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Turntable Infinite
Scarica i file di estensione Turntable Infinite 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
Using Turntable Infinite will add a dark-mode overlay for the site while you're inside a room; covering and changing the design and layout to make it easier to read at night or for those that love a darker page!
Informazioni di Base sull'Estensione
Nome | Turntable Infinite |
ID | fhdamnjlcalijlcjckgdpbjgnkeggioo |
URL Ufficiale | https://chromewebstore.google.com/detail/turntable-infinite/fhdamnjlcalijlcjckgdpbjgnkeggioo |
Descrizione | A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions. |
Dimensione del File | 51.99 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 0.0.0.5 |
Ultimo Aggiornamento | 2021-03-26 |
Data di Pubblicazione | 2021-03-22 |
Sviluppatore | sinful | tt.fm |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Turntable Infinite", "short_name": "Turntable Infinite", "description": "A basic extension for Turntable.fm to bring strictly cosmetic UX\/UI changes and additions.", "version": "0.0.0.5", "author": "Brett Weisberg", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/turntable.fm\/*" ], "js": [ "js\/jquery.min.js", "js\/tt8.js" ], "css": [ "css\/style.css" ], "run_at": "document_idle" } ], "permissions": [ "https:\/\/turntable.fm\/*" ] } |