DubPlus

Dub+ - A Dubtrack.fm and QueUp.net script/extension for added features and customizations

DubPlus란 무엇입니까?

DubPlus은(는) https://dub.plus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dub+ - A Dubtrack.fm and QueUp.net script/extension for added features and customizations"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

DubPlus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        New 3.0.0 release! (March 2021)

A Dubtrack.fm and QueUp.net script/extension for added features and customizations to improve your Dubtrack/QueUp experience

Features include:

AutoVote    
AFK Auto-respond    
Emotes    
AutoComplete Emoji    
Custom Mentions    
Notify on Mentions    
Notify on PM - NEW!    
DJ Notification - NEW!    
SpaceBar Mute    
Warn on navigation    
Dubvote Info on Hover    
Dubvote Info in Chat    
FullScreen    
Split Chat    
Hide Elements    
Show Timestamps    
Community Theme    
Custom CSS    
Custom Background    
Custom Notification Sound - NEW!    
Snow Animation    
Rain Animation - NEW!

View full changleog here: https://github.com/DubPlus/DubPlus/blob/master/CHANGELOG.md                    

확장 프로그램 기본 정보

이름 DubPlus DubPlus
ID ebpdoingcodjhfhmecjjfnhohhmcfnlc
공식 URL https://chromewebstore.google.com/detail/dubplus/ebpdoingcodjhfhmecjjfnhohhmcfnlc
설명 Dub+ - A Dubtrack.fm and QueUp.net script/extension for added features and customizations
파일 크기 1.83 MB
설치 횟수 470
현재 버전 3.0.0.0
최근 업데이트 2021-03-24
출시 날짜 2019-10-28
평점 4.60/5 총 10 개의 평점
개발자 https://dub.plus
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dub.plus
도움말 페이지 URL https://dub.plus/#/contact
지원되는 언어 en-US
manifest.json
{
    "manifest_version": 2,
    "name": "DubPlus",
    "short_name": "Dub+",
    "author": "Dub+ Devs",
    "description": "Dub+ - A Dubtrack.fm and QueUp.net script\/extension for added features and customizations",
    "homepage_url": "https:\/\/dub.plus\/",
    "browser_action": {
        "default_icon": "icons\/48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dubtrack.fm\/join\/*",
                "*:\/\/*.queup.net\/join\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/loader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/18.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "version": "3.0.0.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "http:\/\/dubtrack.fm\/*",
        "https:\/\/dubtrack.fm\/*",
        "http:\/\/*.dubtrack.fm\/*",
        "https:\/\/*.dubtrack.fm\/*",
        "http:\/\/queup.net\/*",
        "https:\/\/queup.net\/*",
        "http:\/\/*.queup.net\/*",
        "https:\/\/*.queup.net\/*"
    ],
    "web_accessible_resources": [
        "scripts\/dubplus.js"
    ]
}