Autoplay Stopper for YouTube
Chrome Extension for Turning off Autoplay on YouTube.
Autoplay Stopper for YouTubeとは何ですか?
Autoplay Stopper for YouTubeはhttps://fiahfy.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for Turning off Autoplay on YouTube.」です。
拡張機能のスクリーンショット
Autoplay Stopper for YouTube拡張機能のCRXファイルをダウンロード
Autoplay Stopper for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Turn off autoplay on video and channel page.
拡張機能の基本情報
名前 | Autoplay Stopper for YouTube |
ID | nllpbgemclgokfdjneckdfnhjpigolko |
公式URL | https://chromewebstore.google.com/detail/autoplay-stopper-for-yout/nllpbgemclgokfdjneckdfnhjpigolko |
説明 | Chrome Extension for Turning off Autoplay on YouTube. |
ファイルサイズ | 145 KB |
インストール数 | 1,329 |
現在のバージョン | 0.0.3 |
最終更新日 | 2022-12-31 |
公開日 | 2020-08-28 |
評価 | 3.57/5 合計 14 レビュー |
開発者 | https://fiahfy.blogspot.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": false, "js": [ "content-script.js" ] } ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "name": "Autoplay Stopper for YouTube", "description": "Chrome Extension for Turning off Autoplay on YouTube.", "version": "0.0.3" } |