'Yes' clicker for YouTube Music
Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity
Apa itu 'Yes' clicker for YouTube Music?
'Yes' clicker for YouTube Music adalah ekstensi Chrome yang dikembangkan oleh FireVolkhov, dan fitur utamanya adalah "Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 'Yes' clicker for YouTube Music
Unduh file ekstensi 'Yes' clicker for YouTube Music dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | ldbafcnebpebbhppdcpfnckeidbmnpfl |
URL Resmi | https://chromewebstore.google.com/detail/yes-clicker-for-youtube-m/ldbafcnebpebbhppdcpfnckeidbmnpfl |
Deskripsi | Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity |
Ukuran File | 6.02 KB |
Jumlah Instalasi | 76 |
Versi Saat Ini | 0.1.4 |
Terakhir Diperbarui | 2023-02-15 |
Tanggal Publikasi | 2016-12-05 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | FireVolkhov |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |