Yet another autoplay blocker
Pause videos until you click on them.
What is Yet another autoplay blocker?
Yet another autoplay blocker is a Chrome extension developed by omegacentaurisoftware, and its main feature is "Pause videos until you click on them.".
Extension Screenshots
Download Yet another autoplay blocker Extension CRX File
Download Yet another autoplay blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Block autoplay in videos. No options.
Extension Basic Information
Name | Yet another autoplay blocker |
ID | fjekfkbibnnjlkfjaeifgecjfmpmdaad |
Official URL | https://chromewebstore.google.com/detail/yet-another-autoplay-bloc/fjekfkbibnnjlkfjaeifgecjfmpmdaad |
Description | Pause videos until you click on them. |
File Size | 6.79 KB |
Installation Count | 1,053 |
Current Version | 0.0.3 |
Last Updated | 2018-10-01 |
Publish Date | 2018-09-30 |
Rating | 3.84/5 Total 25 Ratings |
Developer | omegacentaurisoftware |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/arpruss/blockautoplay |
Supported Languages | 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:\/\/*\/*" ] } ] } |