DubPlus

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

DubPlusคืออะไร?

DubPlus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dub.plus และคุณลักษณะหลักของมันคือ "Dub+ - A Dubtrack.fm and QueUp.net script/extension for added features and customizations"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DubPlus

ดาวน์โหลดไฟล์ส่วนขยาย DubPlus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}