Auto Pause Video
Automatically pauses html 5 videos after a page loads
Auto Pause Videoとは何ですか?
Auto Pause Videoはkfegenによって開発されたChromeの拡張機能で、その主な機能は「Automatically pauses html 5 videos after a page loads」です。
Auto Pause Video拡張機能のCRXファイルをダウンロード
Auto Pause Video拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension that pauses videos when the page is loaded.
拡張機能の基本情報
名前 | ![]() |
ID | nohcggfcgcklgfcebniodgpobblnbeff |
公式URL | https://chrome.google.com/webstore/detail/auto-pause-video/nohcggfcgcklgfcebniodgpobblnbeff |
説明 | Automatically pauses html 5 videos after a page loads |
ファイルサイズ | 3.19 KB |
インストール数 | 91 |
現在のバージョン | 1.0 |
最終更新日 | 2014-06-05 |
公開日 | 2014-06-05 |
評価 | 3.33/5 合計 6 レビュー |
開発者 | kfegen |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Pause Video", "description": "Automatically pauses html 5 videos after a page loads", "version": "1.0", "content_scripts": [ { "run_at": "document_idle", "all_frames": true, "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |