turnStyles for deepcut

Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!

turnStyles for deepcut là gì?

turnStyles for deepcut là một tiện ích mở rộng Chrome được phát triển bởi Pixel Crisis, và tính năng chính của nó là "Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng turnStyles for deepcut

Tải xuống các tệp mở rộng turnStyles for deepcut dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên turnStyles for deepcut turnStyles for deepcut
ID pmlkackfnbbnjfejpddpakallilkbdme
URL Chính Thức https://chromewebstore.google.com/detail/turnstyles-for-deepcut/pmlkackfnbbnjfejpddpakallilkbdme
Mô tả Apply tweaks to deepcut (formerly turntable.fm) - autobop, autodj, themes, styles, and more!
Kích Thước Tệp 250 KB
Số Lần Cài Đặt 1,031
Phiên Bản Hiện Tại 12.0.2
Cập Nhật Lần Cuối 2023-12-29
Ngày Phát Hành 2021-03-10
Đánh Giá 4.62/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Pixel Crisis
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ts.pixelcrisis.co
URL Trang Trợ Giúp https://github.com/pixelcrisis/turnstyles/
URL Trang Chính Sách Bảo Mật https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}