Turntable Infinite

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

Was ist Turntable Infinite?

Turntable Infinite ist eine Chrome-Erweiterung, die von sinful | tt.fm entwickelt wurde, und ihr Hauptmerkmal ist "A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.".

Erweiterungsscreenshots

screenshot

Turntable Infinite-Erweiterungs-CRX-Datei herunterladen

Laden Sie Turntable Infinite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Turntable Infinite Turntable Infinite
ID fhdamnjlcalijlcjckgdpbjgnkeggioo
Offizielle URL https://chromewebstore.google.com/detail/turntable-infinite/fhdamnjlcalijlcjckgdpbjgnkeggioo
Beschreibung A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.
Dateigröße 51.99 KB
Installationsanzahl 42
Aktuelle Version 0.0.0.5
Letztes Update 2021-03-26
Veröffentlichungsdatum 2021-03-22
Entwickler sinful | tt.fm
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}