Twitch No Flash
Forces Twitch to use HTML5 player instead of the Flash player.
Twitch No Flash क्या है?
Twitch No Flash https://www.bayram1995.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forces Twitch to use HTML5 player instead of the Flash player."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch No Flash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Twitch No Flash |
ID | dlifapdiegmmbccmbkdddilihgjpmoli |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitch-no-flash/dlifapdiegmmbccmbkdddilihgjpmoli |
विवरण | Forces Twitch to use HTML5 player instead of the Flash player. |
फ़ाइल का आकार | 23.46 KB |
स्थापना संख्या | 436 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2015-08-08 |
प्रकाशन तिथि | 2015-08-08 |
रेटिंग | 1.71/5 कुल 7 रेटिंग्स |
डेवलपर | https://www.bayram1995.org |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |