'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 |
| Eメール | [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
} | |