turnStyles for deepcut
Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!
Co to jest turnStyles for deepcut?
turnStyles for deepcut to rozszerzenie Chrome opracowane przez Pixel Crisis, a jego główną funkcją jest „Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia turnStyles for deepcut
Pobierz pliki rozszerzeń turnStyles for deepcut w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | turnStyles for deepcut |
ID | pmlkackfnbbnjfejpddpakallilkbdme |
Oficjalny URL | https://chromewebstore.google.com/detail/turnstyles-for-deepcut/pmlkackfnbbnjfejpddpakallilkbdme |
Opis | Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more! |
Rozmiar pliku | 250 KB |
Liczba instalacji | 1,031 |
Aktualna Wersja | 12.0.2 |
Ostatnia Aktualizacja | 2023-12-29 |
Data Publikacji | 2021-03-10 |
Ocena | 4.62/5 Łącznie 13 Oceny |
Deweloper | Pixel Crisis |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://ts.pixelcrisis.co |
Adres URL Strony Pomocy | https://github.com/pixelcrisis/turnstyles/ |
Adres URL Strony Polityki Prywatności | https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md |
Obsługiwane Języki | 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\/*" ] } ] } |