turnStyles for deepcut

Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!

Cos'è turnStyles for deepcut?

turnStyles for deepcut è un'estensione di Chrome sviluppata da Pixel Crisis, e la sua funzione principale è "Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione turnStyles for deepcut

Scarica i file di estensione turnStyles for deepcut in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Autobop: Awesome new songs
Show Volume: Always visible volume slider
Temp Mute: Mute only until next song
NextDJ: Take the next available DJ spot
NextDJ Wait For Ping: Don't Jump Queues
Themes: Dark Mode, Night Mode
Styles: Replace the Gold!
Desktop Notifications: New Songs, Dings, PMs!
Chat Notifications: User leave/join, Snags, Song Stats                    

Informazioni di Base sull'Estensione

Nome turnStyles for deepcut turnStyles for deepcut
ID pmlkackfnbbnjfejpddpakallilkbdme
URL Ufficiale https://chromewebstore.google.com/detail/turnstyles-for-deepcut/pmlkackfnbbnjfejpddpakallilkbdme
Descrizione Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!
Dimensione del File 250 KB
Conteggio Installazioni 1,031
Versione Corrente 12.0.2
Ultimo Aggiornamento 2023-12-29
Data di Pubblicazione 2021-03-10
Valutazione 4.62/5 Totale 13 Valutazioni
Sviluppatore Pixel Crisis
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ts.pixelcrisis.co
URL della Pagina di Aiuto https://github.com/pixelcrisis/turnstyles/
URL della Pagina della Politica sulla Privacy https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "turnStyles for deepcut",
    "version": "12.0.2",
    "description": "Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!",
    "manifest_version": 3,
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "content_scripts": [
        {
            "exclude_globs": [
                "*:\/\/*.fm\/about",
                "*:\/\/*.fm\/jobs",
                "*:\/\/*.fm\/privacy",
                "*:\/\/*.fm\/copyright",
                "*:\/\/*.fm\/terms",
                "*:\/\/*.fm\/static\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/deepcut.fm\/*",
                "*:\/\/deep-cut.fm\/*",
                "*:\/\/deepcuts.fm\/*",
                "*:\/\/deep-cuts.fm\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "turnStyles.css",
                "turnStyles.js",
                "themes\/*",
                "colors\/*",
                "images\/*"
            ],
            "matches": [
                "*:\/\/deepcut.fm\/*",
                "*:\/\/deep-cut.fm\/*",
                "*:\/\/deepcuts.fm\/*",
                "*:\/\/deep-cuts.fm\/*"
            ]
        }
    ]
}