Flash Control

Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.

O que é Flash Control?

Flash Control é uma extensão do Chrome desenvolvida por nachtnyg, e sua principal característica é "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Flash Control

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

                        Flash control or Flash block firefox extension helps you to block all the Adobe flash player files from any web page you visit.



Flash control or Flash block firefox extension helps you to block all the Adobe flash player files from any web page you visit. It basically strips the page of other scripts like Javascript as well.
All you need to do enter the webpage in the search box and hit enter. The resultant webpage will be devoid of all the flash content. Happy Flashless websurfing!
Note: Add-on is just redirecting to this website: http://flashcontrol.chromecrxstore.com/ when you enter the desired website url in search box flash will be blocked.                    

Informações Básicas da Extensão

Nome Flash Control Flash Control
ID hlpkphgapkpdhdggbphdhhjhmkbcijoh
URL Oficial https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh
Descrição Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
Tamanho do Arquivo 49.67 KB
Contagem de Instalações 2,000
Versão Atual 2.2
Última Atualização 2019-09-25
Data de Publicação 2019-09-25
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor nachtnyg
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flash Control",
    "version": "2.2",
    "description": "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/flashcontrol.chromecrxstore.com\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Flash Control"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}