turnStyles for deepcut
Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!
turnStyles for deepcutคืออะไร?
turnStyles for deepcut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pixel Crisis และคุณลักษณะหลักของมันคือ "Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย turnStyles for deepcut
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } ] } |