DubPlus
Dub+ - A Dubtrack.fm and QueUp.net script/extension for added features and customizations
DubPlus là gì?
DubPlus là một tiện ích mở rộng Chrome được phát triển bởi https://dub.plus, và tính năng chính của nó là "Dub+ - A Dubtrack.fm and QueUp.net script/extension for added features and customizations".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DubPlus
Tải xuống các tệp mở rộng DubPlus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DubPlus |
ID | ebpdoingcodjhfhmecjjfnhohhmcfnlc |
URL Chính Thức | https://chromewebstore.google.com/detail/dubplus/ebpdoingcodjhfhmecjjfnhohhmcfnlc |
Mô tả | Dub+ - A Dubtrack.fm and QueUp.net script/extension for added features and customizations |
Kích Thước Tệp | 1.83 MB |
Số Lần Cài Đặt | 470 |
Phiên Bản Hiện Tại | 3.0.0.0 |
Cập Nhật Lần Cuối | 2021-03-24 |
Ngày Phát Hành | 2019-10-28 |
Đánh Giá | 4.60/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://dub.plus |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dub.plus |
URL Trang Trợ Giúp | https://dub.plus/#/contact |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |