Twitch No Flash
Forces Twitch to use HTML5 player instead of the Flash player.
What is Twitch No Flash?
Twitch No Flash is a Chrome extension developed by https://www.bayram1995.org, and its main feature is "Forces Twitch to use HTML5 player instead of the Flash player.".
Extension Screenshots
Download Twitch No Flash Extension CRX File
Download Twitch No Flash 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
This extension replaces the default Twitch Flashplayer by an HTML5 player. The replacement takes place once the page (stream and chat) is loaded. HTML5 is way more efficient than the current Flashplayer.
Extension Basic Information
Name | Twitch No Flash |
ID | dlifapdiegmmbccmbkdddilihgjpmoli |
Official URL | https://chromewebstore.google.com/detail/twitch-no-flash/dlifapdiegmmbccmbkdddilihgjpmoli |
Description | Forces Twitch to use HTML5 player instead of the Flash player. |
File Size | 23.46 KB |
Installation Count | 436 |
Current Version | 1.2 |
Last Updated | 2015-08-08 |
Publish Date | 2015-08-08 |
Rating | 1.71/5 Total 7 Ratings |
Developer | https://www.bayram1995.org |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "TwitchNoFlash.js" ], "matches": [ "http:\/\/*.twitch.tv\/*", "https:\/\/*.twitch.tv\/*", "http:\/\/twitch.tv\/*", "https:\/\/twitch.tv\/*" ], "run_at": "document_end" } ], "description": "Forces Twitch to use HTML5 player instead of the Flash player.", "manifest_version": 2, "version": "1.2", "author": "Bayram1995", "homepage_url": "http:\/\/www.bayram1995.org", "name": "Twitch No Flash", "short_name": "Twitch No Flash", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |