Flah - flash enabler

Enables Flash automatically

What is Flah - flash enabler?

Flah - flash enabler is a Chrome extension developed by zer0, and its main feature is "Enables Flash automatically".

Extension Screenshots

screenshot
screenshot

Download Flah - flash enabler Extension CRX File

Download Flah - flash enabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Flah - flash enabler Flah - flash enabler
ID odoiohbbplgpbkfinacjpmcfpgfinljb
Official URL https://chromewebstore.google.com/detail/flah-flash-enabler/odoiohbbplgpbkfinacjpmcfpgfinljb
Description Enables Flash automatically
File Size 115 KB
Installation Count 4,456
Current Version 1.1
Last Updated 2020-02-23
Publish Date 2020-02-23
Rating 3.00/5 Total 7 Ratings
Developer zer0
Payment Type free
Supported Languages 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
    }
}