Flah - flash enabler

Enables Flash automatically

Qu'est-ce que Flah - flash enabler ?

Flah - flash enabler est une extension Chrome développée par zer0, et sa fonction principale est "Enables Flash automatically".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Flah - flash enabler

Téléchargez les fichiers d'extension Flah - flash enabler 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

                        This extension will automatically enable Flash Player on any website you want. You dont have to  press 'Allow' every session anymore! Just add your favourite website to the list and "Flah" will enable Flash on its own.                    

Informations de Base sur l'Extension

Nom Flah - flash enabler Flah - flash enabler
ID odoiohbbplgpbkfinacjpmcfpgfinljb
URL Officiel https://chromewebstore.google.com/detail/flah-flash-enabler/odoiohbbplgpbkfinacjpmcfpgfinljb
Description Enables Flash automatically
Taille du Fichier 115 KB
Nombre d'Installations 4,456
Version Actuelle 1.1
Dernière Mise à Jour 2020-02-23
Date de Publication 2020-02-23
Évaluation 3.00/5 Total 7 Évaluations
Développeur zer0
Type de Paiement free
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "contentSettings"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}