Turntable Infinite

A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.

Wat is Turntable Infinite?

Turntable Infinite is een Chrome-extensie ontwikkeld door sinful | tt.fm, en de belangrijkste functie is "A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Turntable Infinite

Download Turntable Infinite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Turntable Infinite Turntable Infinite
ID fhdamnjlcalijlcjckgdpbjgnkeggioo
Officiële URL https://chromewebstore.google.com/detail/turntable-infinite/fhdamnjlcalijlcjckgdpbjgnkeggioo
Beschrijving A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.
Bestandsgrootte 51.99 KB
Aantal Installaties 42
Huidige Versie 0.0.0.5
Laatst Bijgewerkt 2021-03-26
Publicatiedatum 2021-03-22
Ontwikkelaar sinful | tt.fm
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}