Flah - flash enabler

Enables Flash automatically

Apa itu Flah - flash enabler?

Flah - flash enabler adalah ekstensi Chrome yang dikembangkan oleh zer0, dan fitur utamanya adalah "Enables Flash automatically".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Flah - flash enabler

Unduh file ekstensi Flah - flash enabler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Flah - flash enabler Flah - flash enabler
ID odoiohbbplgpbkfinacjpmcfpgfinljb
URL Resmi https://chromewebstore.google.com/detail/flah-flash-enabler/odoiohbbplgpbkfinacjpmcfpgfinljb
Deskripsi Enables Flash automatically
Ukuran File 115 KB
Jumlah Instalasi 4,456
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-02-23
Tanggal Publikasi 2020-02-23
Penilaian 3.00/5 Total 7 Penilaian
Pengembang zer0
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}