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 vleaux.spam, 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. 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 eemmadppoglkgbfehkhimpmhnlkobdki
URL Oficial https://chrome.google.com/webstore/detail/flash-control/eemmadppoglkgbfehkhimpmhnlkobdki
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 56.12 KB
Contagem de Instalações 30,000
Versão Atual 2.2
Última Atualização 2019-12-09
Data de Publicação 2019-12-09
Classificação 2.75/5 Total de 4 Avaliações
Desenvolvedor vleaux.spam
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://flashcontrol.chromecrxstore.com
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
    }
}