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 |
| 公式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 |
| Eメール | [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"
]
} | |