Turntable Infinite
A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.
Hvad er Turntable Infinite?
Turntable Infinite er en Chrome-udvidelse udviklet af sinful | tt.fm, og dens hovedfunktion er "A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.".
Udvidelsesskærmbilleder
Download Turntable Infinite-udvidelses-CRX-fil
Download Turntable Infinite-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fhdamnjlcalijlcjckgdpbjgnkeggioo |
| Officiel URL | https://chromewebstore.google.com/detail/turntable-infinite/fhdamnjlcalijlcjckgdpbjgnkeggioo |
| Beskrivelse | A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions. |
| Filstørrelse | 51.99 KB |
| Antal Installationer | 42 |
| Nuværende Version | 0.0.0.5 |
| Senest Opdateret | 2021-03-26 |
| Udgivelsesdato | 2021-03-22 |
| Udvikler | sinful | tt.fm |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
} | |