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.

¿Qué es Flash Control?

Flash Control es una extensión de Chrome desarrollada por nachtnyg, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Flash Control

Descarga archivos de extensión Flash Control en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Flash Control Flash Control
ID hlpkphgapkpdhdggbphdhhjhmkbcijoh
URL Oficial https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh
Descripción Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
Tamaño del Archivo 49.67 KB
Cantidad de Instalaciones 2,000
Versión Actual 2.2
Última Actualización 2019-09-25
Fecha de Publicación 2019-09-25
Calificación 3.50/5 Total de 2 Calificaciones
Desarrollador nachtnyg
Tipo de Pago free
Idiomas Soportados 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
    }
}