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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
}
]
} | |