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!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة turnStyles for deepcut

قم بتنزيل ملفات الامتداد turnStyles for deepcut بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان 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
عنوان صفحة المساعدة https://github.com/pixelcrisis/turnstyles/
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}