'Yes' clicker for YouTube Music
Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity
What is 'Yes' clicker for YouTube Music?
'Yes' clicker for YouTube Music is a Chrome extension developed by FireVolkhov, and its main feature is "Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity".
Extension Screenshots
Download 'Yes' clicker for YouTube Music Extension CRX File
Download 'Yes' clicker for YouTube Music extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ldbafcnebpebbhppdcpfnckeidbmnpfl |
Official URL | https://chromewebstore.google.com/detail/yes-clicker-for-youtube-m/ldbafcnebpebbhppdcpfnckeidbmnpfl |
Description | Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity |
File Size | 6.02 KB |
Installation Count | 76 |
Current Version | 0.1.4 |
Last Updated | 2023-02-15 |
Publish Date | 2016-12-05 |
Rating | 4.25/5 Total 4 Ratings |
Developer | FireVolkhov |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |