AutoDub
Automatically upvote on QueUp.
AutoDubคืออะไร?
AutoDub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @mxew และคุณลักษณะหลักของมันคือ "Automatically upvote on QueUp."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoDub
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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
} | |