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!”。

擴展截圖

screenshot

下載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 turnStyles for deepcut
ID pmlkackfnbbnjfejpddpakallilkbdme
官方網址 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\/*"
            ]
        }
    ]
}