AutoDub
Automatically upvote on QueUp.
AutoDub là gì?
AutoDub là một tiện ích mở rộng Chrome được phát triển bởi @mxew, và tính năng chính của nó là "Automatically upvote on QueUp.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AutoDub
Tải xuống các tệp mở rộng AutoDub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AutoDub |
ID | mhonnfcjdgchonjipljdfimipifeelid |
URL Chính Thức | https://chromewebstore.google.com/detail/autodub/mhonnfcjdgchonjipljdfimipifeelid |
Mô tả | Automatically upvote on QueUp. |
Kích Thước Tệp | 88.76 KB |
Số Lần Cài Đặt | 215 |
Phiên Bản Hiện Tại | 0.74 |
Cập Nhật Lần Cuối | 2020-10-26 |
Ngày Phát Hành | 2018-11-27 |
Đánh Giá | 4.58/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | @mxew |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://howtojointheindiediscothequewaitlist.com/autodub/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |