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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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\/*"
            ]
        }
    ]
}