Disable HTML5 Autoplay
A Google Chrome extension that disables autoplay of all HTML5 audio and video
This extension disables autoplay on all websites. Unlike others that simply pause the media or strip the autoplay attribute in HTML, this extension will also prevent JavaScript from playing the media. Furthermore, dynamically added media will be parsed by this extension.
To use, simply install the extension. No further user interaction is required.
Installation
Install from Chrome Webstore
Install from source
- Download and unpack the source code:
- Tagged versions
- master branch source code: .tar.gz or .zip
- In
chrome://extensions/, enable Developer mode - Use "Load unpacked extension..." and select the folder containing the extension source code
TODO
- Add website blacklisting xor whitelisting(?)
- Add statistics for functions called during suspension(?)