KekoDM Flash Enabler

Activa Flash Player automáticamente en KekoDM

ما هو KekoDM Flash Enabler؟

KekoDM Flash Enabler هو إضافة Chrome تم تطويرها بواسطة KEKODM.COM، والميزة الرئيسية لها هي "Activa Flash Player automáticamente en KekoDM".

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

screenshot

تحميل ملف CRX للإضافة KekoDM Flash Enabler

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

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

                        Extension que activa  Flash automáticamente al acceder a KekoDM.COM                    

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

الاسم KekoDM Flash Enabler KekoDM Flash Enabler
ID haonlhpkofghdjedjghfbdmaplieadon
عنوان URL الرسمي https://chrome.google.com/webstore/detail/kekodm-flash-enabler/haonlhpkofghdjedjghfbdmaplieadon
الوصف Activa Flash Player automáticamente en KekoDM
حجم الملف 16.85 KB
عدد التثبيتات 212
النسخة الحالية 0.0.1
آخر تحديث 2020-04-10
تاريخ النشر 2020-04-10
المطور KEKODM.COM
نوع الدفع free
موقع الإضافة https://www.kekodm.com
اللغات المدعومة es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KekoDM Flash Enabler",
    "description": "Activa Flash Player autom\u00e1ticamente en KekoDM",
    "version": "0.0.1",
    "homepage_url": "https:\/\/www.kekodm.com",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/128x128.png"
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "contentSettings"
    ]
}