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.

Was ist Flash Control?

Flash Control ist eine Chrome-Erweiterung, die von vleaux.spam entwickelt wurde, und ihr Hauptmerkmal ist "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.".

Erweiterungsscreenshots

screenshot

Flash Control-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flash Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Flash Control Flash Control
ID eemmadppoglkgbfehkhimpmhnlkobdki
Offizielle URL https://chrome.google.com/webstore/detail/flash-control/eemmadppoglkgbfehkhimpmhnlkobdki
Beschreibung Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
Dateigröße 56.12 KB
Installationsanzahl 30,000
Aktuelle Version 2.2
Letztes Update 2019-12-09
Veröffentlichungsdatum 2019-12-09
Bewertung 2.75/5 Insgesamt 4 Bewertungen
Entwickler vleaux.spam
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://flashcontrol.chromecrxstore.com
Unterstützte Sprachen 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
    }
}