AutoDub

Automatically upvote on QueUp.

AutoDub란 무엇입니까?

AutoDub은(는) @mxew에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically upvote on QueUp."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AutoDub 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}