AutoDub
Automatically upvote on QueUp.
AutoDub क्या है?
AutoDub @mxew द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically upvote on QueUp."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AutoDub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Every time there's a new song in a QueUp room, this extension will automatically upvote for you. -------- HOW IT WORKS -------- Upvotes at a random time in the middle of each song. If you downvote a song, the upvote timer will be canceled until the next song starts. -------- Other Features (optional) -------- See your queue+playlists and the room chat at the same time! Scrobble each play to your last.fm account! Desktop notifications! Join/Leave messages that you can turn on and off as you wish. Chat alerts whenever someone downvotes a track.
एक्सटेंशन की मूल जानकारी
नाम | AutoDub |
ID | mhonnfcjdgchonjipljdfimipifeelid |
आधिकारिक URL | https://chromewebstore.google.com/detail/autodub/mhonnfcjdgchonjipljdfimipifeelid |
विवरण | Automatically upvote on QueUp. |
फ़ाइल का आकार | 88.76 KB |
स्थापना संख्या | 215 |
वर्तमान संस्करण | 0.74 |
अंतिम अपडेट | 2020-10-26 |
प्रकाशन तिथि | 2018-11-27 |
रेटिंग | 4.58/5 कुल 24 रेटिंग्स |
डेवलपर | @mxew |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | http://howtojointheindiediscothequewaitlist.com/autodub/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoDub", "version": "0.74", "icons": { "16": "\/img\/icons\/adlogo3.png", "48": "\/img\/icons\/adlogo2.png", "128": "\/img\/icons\/adlogo.png" }, "description": "Automatically upvote on QueUp.", "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/www.queup.net\/*", "*:\/\/www.queup.dev\/*" ], "js": [ "\/js\/content_script.js" ] } ], "web_accessible_resources": [ "autodub.js" ], "manifest_version": 2 } |