AutoDub
Automatically upvote on QueUp.
Vad är AutoDub?
AutoDub är en Chrome-tillägg utvecklad av @mxew, och dess huvudfunktion är "Automatically upvote on QueUp.".
Tilläggsskärmbilder
Ladda ner AutoDub-förlängningens CRX-fil
Ladda ner AutoDub-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | mhonnfcjdgchonjipljdfimipifeelid |
| Officiell webbadress | https://chromewebstore.google.com/detail/autodub/mhonnfcjdgchonjipljdfimipifeelid |
| Beskrivning | Automatically upvote on QueUp. |
| Filstorlek | 88.76 KB |
| Antal Installationer | 215 |
| Aktuell Version | 0.74 |
| Senast Uppdaterad | 2020-10-26 |
| Publiceringsdatum | 2018-11-27 |
| Betyg | 4.58/5 Totalt 24 Betyg |
| Utvecklare | @mxew |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | http://howtojointheindiediscothequewaitlist.com/autodub/ |
| Stödda Språk | 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
} | |