Yet another autoplay blocker
Pause videos until you click on them.
Yet another autoplay blockerとは何ですか?
Yet another autoplay blockerはomegacentaurisoftwareによって開発されたChromeの拡張機能で、その主な機能は「Pause videos until you click on them.」です。
拡張機能のスクリーンショット
Yet another autoplay blocker拡張機能のCRXファイルをダウンロード
Yet another autoplay blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Block autoplay in videos. No options.
拡張機能の基本情報
名前 | Yet another autoplay blocker |
ID | fjekfkbibnnjlkfjaeifgecjfmpmdaad |
公式URL | https://chromewebstore.google.com/detail/yet-another-autoplay-bloc/fjekfkbibnnjlkfjaeifgecjfmpmdaad |
説明 | Pause videos until you click on them. |
ファイルサイズ | 6.79 KB |
インストール数 | 1,053 |
現在のバージョン | 0.0.3 |
最終更新日 | 2018-10-01 |
公開日 | 2018-09-30 |
評価 | 3.84/5 合計 25 レビュー |
開発者 | omegacentaurisoftware |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/arpruss/blockautoplay |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yet another autoplay blocker", "version": "0.0.3", "description": "Pause videos until you click on them.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "js": [ "inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |