DubPlus
Dub+ - A Dubtrack.fm and QueUp.net script/extension for added features and customizations
DubPlus क्या है?
DubPlus https://dub.plus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dub+ - A Dubtrack.fm and QueUp.net script/extension for added features and customizations"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DubPlus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
]
} | |