Twitch No Flash

Forces Twitch to use HTML5 player instead of the Flash player.

O que é Twitch No Flash?

Twitch No Flash é uma extensão do Chrome desenvolvida por https://www.bayram1995.org, e sua principal característica é "Forces Twitch to use HTML5 player instead of the Flash player.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch No Flash

Baixe arquivos de extensão Twitch No Flash no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Twitch No Flash Twitch No Flash
ID dlifapdiegmmbccmbkdddilihgjpmoli
URL Oficial https://chromewebstore.google.com/detail/twitch-no-flash/dlifapdiegmmbccmbkdddilihgjpmoli
Descrição Forces Twitch to use HTML5 player instead of the Flash player.
Tamanho do Arquivo 23.46 KB
Contagem de Instalações 436
Versão Atual 1.2
Última Atualização 2015-08-08
Data de Publicação 2015-08-08
Classificação 1.71/5 Total de 7 Avaliações
Desenvolvedor https://www.bayram1995.org
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}