Pause All Videos
Pauses all videos in all tabs
Pause All Videosとは何ですか?
Pause All VideosはChristopher Ptakによって開発されたChromeの拡張機能で、その主な機能は「Pauses all videos in all tabs」です。
拡張機能のスクリーンショット
Pause All Videos拡張機能のCRXファイルをダウンロード
Pause All Videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tool is intended to help people who have lots (maybe even hundreds!) of tabs open. When they restore all those tabs at once, their open videos might start playing! Instead of having to search through all the open windows and pause the videos one by one, this extension gives a simple button that pauses every video at once.
拡張機能の基本情報
名前 | Pause All Videos |
ID | mmnnojmlbmhajhklfknapikeonpjcfpf |
公式URL | https://chromewebstore.google.com/detail/pause-all-videos/mmnnojmlbmhajhklfknapikeonpjcfpf |
説明 | Pauses all videos in all tabs |
ファイルサイズ | 8.06 KB |
インストール数 | 284 |
現在のバージョン | 0.2 |
最終更新日 | 2023-08-14 |
公開日 | 2022-11-28 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Christopher Ptak |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ChristopherPtak/PauseAllVideos |
ヘルプページのURL | https://github.com/ChristopherPtak/PauseAllVideos/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pause All Videos", "description": "Pauses all videos in all tabs", "author": "Christopher Ptak", "version": "0.2", "action": [], "permissions": [ "scripting", "tabs" ], "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" } } |