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'est-ce que Flash Control ?

Flash Control est une extension Chrome développée par nachtnyg, et sa fonction principale est "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Flash Control

Téléchargez les fichiers d'extension Flash Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Flash Control Flash Control
ID hlpkphgapkpdhdggbphdhhjhmkbcijoh
URL Officiel https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh
Description Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
Taille du Fichier 49.67 KB
Nombre d'Installations 2,000
Version Actuelle 2.2
Dernière Mise à Jour 2019-09-25
Date de Publication 2019-09-25
Évaluation 3.50/5 Total 2 Évaluations
Développeur nachtnyg
Type de Paiement free
Langues Prises en Charge 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
    }
}