Turntable Infinite

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

Qu'est-ce que Turntable Infinite ?

Turntable Infinite est une extension Chrome développée par sinful | tt.fm, et sa fonction principale est "A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Turntable Infinite

Téléchargez les fichiers d'extension Turntable Infinite au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Turntable Infinite Turntable Infinite
ID fhdamnjlcalijlcjckgdpbjgnkeggioo
URL Officiel https://chromewebstore.google.com/detail/turntable-infinite/fhdamnjlcalijlcjckgdpbjgnkeggioo
Description A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.
Taille du Fichier 51.99 KB
Nombre d'Installations 42
Version Actuelle 0.0.0.5
Dernière Mise à Jour 2021-03-26
Date de Publication 2021-03-22
Développeur sinful | tt.fm
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}