Turntable Infinite

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

Co je Turntable Infinite?

Turntable Infinite je rozšíření Chrome vyvinuté sinful | tt.fm, a jeho hlavní funkcí je „A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Turntable Infinite

Stáhněte si soubory rozšíření Turntable Infinite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Turntable Infinite Turntable Infinite
ID fhdamnjlcalijlcjckgdpbjgnkeggioo
Oficiální URL https://chromewebstore.google.com/detail/turntable-infinite/fhdamnjlcalijlcjckgdpbjgnkeggioo
Popis A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.
Velikost souboru 51.99 KB
Počet instalací 42
Aktuální Verze 0.0.0.5
Poslední Aktualizace 2021-03-26
Datum Vydání 2021-03-22
Vývojář sinful | tt.fm
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}