GriesmayerNoFlash

Adds a "Download" button to videos which need Flash.

O que é GriesmayerNoFlash?

GriesmayerNoFlash é uma extensão do Chrome desenvolvida por z3ntu, e sua principal característica é "Adds a "Download" button to videos which need Flash.".

Baixar o arquivo CRX da Extensão GriesmayerNoFlash

Baixe arquivos de extensão GriesmayerNoFlash 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

                        Adds a "Download" button to videos on griesmayer.com which need Flash.                    

Informações Básicas da Extensão

Nome GriesmayerNoFlash GriesmayerNoFlash
ID hcaikojphmgkkdcpcohmmnloolhkjihp
URL Oficial https://chromewebstore.google.com/detail/griesmayernoflash/hcaikojphmgkkdcpcohmmnloolhkjihp
Descrição Adds a "Download" button to videos which need Flash.
Tamanho do Arquivo 33.35 KB
Contagem de Instalações 16
Versão Atual 1.0
Última Atualização 2017-09-07
Data de Publicação 2017-09-07
Desenvolvedor z3ntu
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GriesmayerNoFlash",
    "description": "Adds a \"Download\" button to videos which need Flash.",
    "version": "1.0",
    "author": "z3ntu",
    "homepage_url": "https:\/\/z3ntu.xyz",
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/script.js"
            ],
            "matches": [
                "*:\/\/griesmayer.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/griesmayer.com\/*"
    ]
}