'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
} | |