Twitch HTML5
An extension to use the HTML5 Player UI instead of Flash player in every twitch channels
Vad är Twitch HTML5?
Twitch HTML5 är en Chrome-tillägg utvecklad av Hellslicer, och dess huvudfunktion är "An extension to use the HTML5 Player UI instead of Flash player in every twitch channels".
Tilläggsskärmbilder
Ladda ner Twitch HTML5-förlängningens CRX-fil
Ladda ner Twitch HTML5-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension automatically replaces the twitch Flash player version for the HTML5 one. Grundläggande Information om Tillägg
| Namn | |
| ID | kbbjgmpfbfcpdbjjpnmlblohndobdcco |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitch-html5/kbbjgmpfbfcpdbjjpnmlblohndobdcco |
| Beskrivning | An extension to use the HTML5 Player UI instead of Flash player in every twitch channels |
| Filstorlek | 20.61 KB |
| Antal Installationer | 3,850 |
| Aktuell Version | 0.1.5 |
| Senast Uppdaterad | 2015-09-10 |
| Publiceringsdatum | 2015-09-10 |
| Betyg | 3.03/5 Totalt 34 Betyg |
| Utvecklare | Hellslicer |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitch HTML5",
"version": "0.1.5",
"description": "An extension to use the HTML5 Player UI instead of Flash player in every twitch channels",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"author": "Hellslicer",
"content_scripts": [
{
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"js": [
"html5.js"
]
}
],
"manifest_version": 2
} | |