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.

Cos'è Flash Control?

Flash Control è un'estensione di Chrome sviluppata da nachtnyg, e la sua funzione principale è "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Flash Control

Scarica i file di estensione Flash Control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Flash Control Flash Control
ID hlpkphgapkpdhdggbphdhhjhmkbcijoh
URL Ufficiale https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh
Descrizione Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
Dimensione del File 49.67 KB
Conteggio Installazioni 2,000
Versione Corrente 2.2
Ultimo Aggiornamento 2019-09-25
Data di Pubblicazione 2019-09-25
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore nachtnyg
Tipo di Pagamento free
Lingue Supportate 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
    }
}