AutoDub

Automatically upvote on QueUp.

Was ist AutoDub?

AutoDub ist eine Chrome-Erweiterung, die von @mxew entwickelt wurde, und ihr Hauptmerkmal ist "Automatically upvote on QueUp.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

AutoDub-Erweiterungs-CRX-Datei herunterladen

Laden Sie AutoDub-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AutoDub AutoDub
ID mhonnfcjdgchonjipljdfimipifeelid
Offizielle URL https://chromewebstore.google.com/detail/autodub/mhonnfcjdgchonjipljdfimipifeelid
Beschreibung Automatically upvote on QueUp.
Dateigröße 88.76 KB
Installationsanzahl 215
Aktuelle Version 0.74
Letztes Update 2020-10-26
Veröffentlichungsdatum 2018-11-27
Bewertung 4.58/5 Insgesamt 24 Bewertungen
Entwickler @mxew
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL http://howtojointheindiediscothequewaitlist.com/autodub/
Unterstützte Sprachen 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
}