Insight Flash Enabler

Automatically enables Flash in Insight CatRiskScore.

Co to jest Insight Flash Enabler?

Insight Flash Enabler to rozszerzenie Chrome opracowane przez icgtools, a jego główną funkcją jest „Automatically enables Flash in Insight CatRiskScore.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Insight Flash Enabler

Pobierz pliki rozszerzeń Insight Flash Enabler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Enables Flash by Default.                    

Podstawowe informacje o rozszerzeniu

Nazwa Insight Flash Enabler Insight Flash Enabler
ID fobmmdchgankdkbnjdcaglhpajmpopge
Oficjalny URL https://chromewebstore.google.com/detail/insight-flash-enabler/fobmmdchgankdkbnjdcaglhpajmpopge
Opis Automatically enables Flash in Insight CatRiskScore.
Rozmiar pliku 68.46 KB
Liczba instalacji 463
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-03-06
Data Publikacji 2019-03-05
Deweloper icgtools
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}