Insight Flash Enabler

Automatically enables Flash in Insight CatRiskScore.

What is Insight Flash Enabler?

Insight Flash Enabler is a Chrome extension developed by icgtools, and its main feature is "Automatically enables Flash in Insight CatRiskScore.".

Extension Screenshots

screenshot

Download Insight Flash Enabler Extension CRX File

Download Insight 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

                        Enables Flash by Default.                    

Extension Basic Information

Name Insight Flash Enabler Insight Flash Enabler
ID fobmmdchgankdkbnjdcaglhpajmpopge
Official URL https://chromewebstore.google.com/detail/insight-flash-enabler/fobmmdchgankdkbnjdcaglhpajmpopge
Description Automatically enables Flash in Insight CatRiskScore.
File Size 68.46 KB
Installation Count 463
Current Version 1.0.0
Last Updated 2019-03-06
Publish Date 2019-03-05
Developer icgtools
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "options_page": "options.html",
    "permissions": [
        "contentSettings"
    ],
    "icons": {
        "16": "extension_icon16.png"
    },
    "background": {
        "scripts": [
            "install.js"
        ],
        "persistent": false
    },
    "minimum_chrome_version": "16.0.912",
    "default_locale": "en",
    "manifest_version": 2
}