turnStyles for deepcut
Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!
Wat is turnStyles for deepcut?
turnStyles for deepcut is een Chrome-extensie ontwikkeld door Pixel Crisis, en de belangrijkste functie is "Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!".
Extensie Screenshots
Download het CRX-bestand van de extensie turnStyles for deepcut
Download turnStyles for deepcut-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | turnStyles for deepcut |
ID | pmlkackfnbbnjfejpddpakallilkbdme |
Officiële URL | https://chromewebstore.google.com/detail/turnstyles-for-deepcut/pmlkackfnbbnjfejpddpakallilkbdme |
Beschrijving | Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more! |
Bestandsgrootte | 250 KB |
Aantal Installaties | 1,031 |
Huidige Versie | 12.0.2 |
Laatst Bijgewerkt | 2023-12-29 |
Publicatiedatum | 2021-03-10 |
Beoordeling | 4.62/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Pixel Crisis |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ts.pixelcrisis.co |
Help Pagina-URL | https://github.com/pixelcrisis/turnstyles/ |
URL van de Privacybeleid Pagina | https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md |
Ondersteunde Talen | 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\/*" ] } ] } |