turnStyles for deepcut
Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!
什么是turnStyles for deepcut?
turnStyles for deepcut是由Pixel Crisis开发的Chrome扩展程序,该扩展的主要功能是“Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!”。
扩展截图
下载turnStyles for deepcut扩展crx文件
下载turnStyles for deepcut扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | turnStyles for deepcut |
ID | pmlkackfnbbnjfejpddpakallilkbdme |
官方URL | https://chromewebstore.google.com/detail/turnstyles-for-deepcut/pmlkackfnbbnjfejpddpakallilkbdme |
简介 | Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more! |
文件大小 | 250 KB |
安装次数 | 1,031 |
当前版本 | 12.0.2 |
更新时间 | 2023-12-29 |
上架时间 | 2021-03-10 |
评分 | 4.62/5 共13次评分 |
开发者 | Pixel Crisis |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ts.pixelcrisis.co |
帮助页面URL | https://github.com/pixelcrisis/turnstyles/ |
隐私政策页面URL | https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md |
支持的语言 | 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\/*" ] } ] } |