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”。
擴展截圖
下載DubPlus擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | ebpdoingcodjhfhmecjjfnhohhmcfnlc |
| 官方網址 | 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"
]
} | |