AutoDub

Automatically upvote on QueUp.

Qu'est-ce que AutoDub ?

AutoDub est une extension Chrome développée par @mxew, et sa fonction principale est "Automatically upvote on QueUp.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AutoDub

Téléchargez les fichiers d'extension AutoDub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AutoDub AutoDub
ID mhonnfcjdgchonjipljdfimipifeelid
URL Officiel https://chromewebstore.google.com/detail/autodub/mhonnfcjdgchonjipljdfimipifeelid
Description Automatically upvote on QueUp.
Taille du Fichier 88.76 KB
Nombre d'Installations 215
Version Actuelle 0.74
Dernière Mise à Jour 2020-10-26
Date de Publication 2018-11-27
Évaluation 4.58/5 Total 24 Évaluations
Développeur @mxew
Email [email protected]
Type de Paiement free
URL de la Page d'Aide http://howtojointheindiediscothequewaitlist.com/autodub/
Langues Prises en Charge 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
}