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 vleaux.spam, 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. 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 eemmadppoglkgbfehkhimpmhnlkobdki
URL Ufficiale https://chrome.google.com/webstore/detail/flash-control/eemmadppoglkgbfehkhimpmhnlkobdki
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 56.12 KB
Conteggio Installazioni 30,000
Versione Corrente 2.2
Ultimo Aggiornamento 2019-12-09
Data di Pubblicazione 2019-12-09
Valutazione 2.75/5 Totale 4 Valutazioni
Sviluppatore vleaux.spam
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://flashcontrol.chromecrxstore.com
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
    }
}