AutoDub

Automatically upvote on QueUp.

什么是AutoDub?

AutoDub是由@mxew开发的Chrome扩展程序,该扩展的主要功能是“Automatically upvote on QueUp.”。

扩展截图

screenshot
screenshot
screenshot

下载AutoDub扩展crx文件

下载AutoDub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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
}