Flah - flash enabler

Enables Flash automatically

ما هو Flah - flash enabler؟

Flah - flash enabler هو إضافة Chrome تم تطويرها بواسطة zer0، والميزة الرئيسية لها هي "Enables Flash automatically".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Flah - flash enabler

قم بتنزيل ملفات الامتداد Flah - flash enabler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Flah - flash enabler Flah - flash enabler
ID odoiohbbplgpbkfinacjpmcfpgfinljb
عنوان URL الرسمي https://chromewebstore.google.com/detail/flah-flash-enabler/odoiohbbplgpbkfinacjpmcfpgfinljb
الوصف Enables Flash automatically
حجم الملف 115 KB
عدد التثبيتات 4,456
النسخة الحالية 1.1
آخر تحديث 2020-02-23
تاريخ النشر 2020-02-23
تقييم 3.00/5 مجموع تقييمات 7
المطور zer0
نوع الدفع free
اللغات المدعومة 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
    }
}