'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是由FireVolkhov开发的Chrome扩展程序,该扩展的主要功能是“Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity”。
扩展截图
下载'Yes' clicker for YouTube Music扩展crx文件
下载'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
} | |