'Yes' clicker for YouTube Music
Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity
'Yes' clicker for YouTube Musicคืออะไร?
'Yes' clicker for YouTube Music เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FireVolkhov และคุณลักษณะหลักของมันคือ "Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 'Yes' clicker for YouTube Music
ดาวน์โหลดไฟล์ส่วนขยาย 'Yes' clicker for YouTube Music ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity. Mutes and skips Ads in a playback. Also works for music.yandex.ru and radio.yandex.ru
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ldbafcnebpebbhppdcpfnckeidbmnpfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yes-clicker-for-youtube-m/ldbafcnebpebbhppdcpfnckeidbmnpfl |
คำอธิบาย | Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity |
ขนาดไฟล์ | 6.02 KB |
จำนวนการติดตั้ง | 76 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2023-02-15 |
วันที่เผยแพร่ | 2016-12-05 |
คะแนน | 4.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | FireVolkhov |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.4", "description": "__MSG_appDesc__", "permissions": [ "*:\/\/*.radio.yandex.ru\/*", "*:\/\/*.music.yandex.ru\/*", "*:\/\/*.music.youtube.com\/*" ], "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.music.youtube.com\/*" ], "js": [ "\/script-youtube.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "*:\/\/*.radio.yandex.ru\/*", "*:\/\/*.music.yandex.ru\/*" ], "js": [ "\/script-yandex.js" ], "run_at": "document_end", "all_frames": false } ], "manifest_version": 2 } |