YouTube Music Autoplay
Autoconfirm "Video paused. Continue watching?"
YouTube Music Autoplayとは何ですか?
YouTube Music Autoplayはandrii.tishchenkoによって開発されたChromeの拡張機能で、その主な機能は「Autoconfirm "Video paused. Continue watching?"」です。
拡張機能のスクリーンショット
YouTube Music Autoplay拡張機能のCRXファイルをダウンロード
YouTube Music Autoplay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Autoconfirm the alert "Video paused. Continue watching?" on the YouTube Music website. https://github.com/andriitishchenko/yMusic
拡張機能の基本情報
名前 | |
ID | nalganimephelkfmejchafnkfmaiajpa |
公式URL | https://chromewebstore.google.com/detail/youtube-music-autoplay/nalganimephelkfmejchafnkfmaiajpa |
説明 | Autoconfirm "Video paused. Continue watching?" |
ファイルサイズ | 12.65 KB |
インストール数 | 142 |
現在のバージョン | 0.0.2 |
最終更新日 | 2021-01-01 |
公開日 | 2020-12-29 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | andrii.tishchenko |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/andriitishchenko/yMusic |
ヘルプページのURL | https://github.com/andriitishchenko/yMusic |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Music Autoplay", "short_name": "YMusic", "version": "0.0.2", "description": "Autoconfirm \"Video paused. Continue watching?\"", "content_scripts": [ { "matches": [ "https:\/\/music.youtube.com\/*" ], "js": [ "injected.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon_16x16.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png", "128": "images\/icon_128x128.png" }, "manifest_version": 2 } |