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.

Wat is Flash Control?

Flash Control is een Chrome-extensie ontwikkeld door vleaux.spam, en de belangrijkste functie is "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Flash Control

Download Flash Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Flash Control Flash Control
ID eemmadppoglkgbfehkhimpmhnlkobdki
Officiële URL https://chrome.google.com/webstore/detail/flash-control/eemmadppoglkgbfehkhimpmhnlkobdki
Beschrijving Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
Bestandsgrootte 56.12 KB
Aantal Installaties 30,000
Huidige Versie 2.2
Laatst Bijgewerkt 2019-12-09
Publicatiedatum 2019-12-09
Beoordeling 2.75/5 Totaal 4 Beoordelingen
Ontwikkelaar vleaux.spam
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://flashcontrol.chromecrxstore.com
Ondersteunde Talen 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
    }
}