turnStyles for deepcut

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

Was ist turnStyles for deepcut?

turnStyles for deepcut ist eine Chrome-Erweiterung, die von Pixel Crisis entwickelt wurde, und ihr Hauptmerkmal ist "Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!".

Erweiterungsscreenshots

screenshot

turnStyles for deepcut-Erweiterungs-CRX-Datei herunterladen

Laden Sie turnStyles for deepcut-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name turnStyles for deepcut turnStyles for deepcut
ID pmlkackfnbbnjfejpddpakallilkbdme
Offizielle URL https://chromewebstore.google.com/detail/turnstyles-for-deepcut/pmlkackfnbbnjfejpddpakallilkbdme
Beschreibung Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!
Dateigröße 250 KB
Installationsanzahl 1,031
Aktuelle Version 12.0.2
Letztes Update 2023-12-29
Veröffentlichungsdatum 2021-03-10
Bewertung 4.62/5 Insgesamt 13 Bewertungen
Entwickler Pixel Crisis
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ts.pixelcrisis.co
Hilfeseite URL https://github.com/pixelcrisis/turnstyles/
URL der Datenschutzrichtlinien-Seite https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}