turnStyles for deepcut
Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!
Co je turnStyles for deepcut?
turnStyles for deepcut je rozšíření Chrome vyvinuté Pixel Crisis, a jeho hlavní funkcí je „Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření turnStyles for deepcut
Stáhněte si soubory rozšíření turnStyles for deepcut 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í
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 Základní Informace o Rozšíření
| Název | |
| ID | pmlkackfnbbnjfejpddpakallilkbdme |
| Oficiální URL | https://chromewebstore.google.com/detail/turnstyles-for-deepcut/pmlkackfnbbnjfejpddpakallilkbdme |
| Popis | Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more! |
| Velikost souboru | 250 KB |
| Počet instalací | 1,031 |
| Aktuální Verze | 12.0.2 |
| Poslední Aktualizace | 2023-12-29 |
| Datum Vydání | 2021-03-10 |
| Hodnocení | 4.62/5 Celkem 13 Hodnocení |
| Vývojář | Pixel Crisis |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://ts.pixelcrisis.co |
| URL Stránky Nápovědy | https://github.com/pixelcrisis/turnstyles/ |
| URL Stránky Zásad Ochrany Soukromí | https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md |
| Podporované Jazyky | 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\/*"
]
}
]
} | |