Flash Enabler

This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.

ما هو Flash Enabler؟

Flash Enabler هو إضافة Chrome تم تطويرها بواسطة K12 Inc، والميزة الرئيسية لها هي "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.".

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

screenshot
screenshot

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

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

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

                        Though we are working diligently to remove Adobe Flash content from our courses, there are still some courses that have not yet been updated. This extension will enable Flash support for the K12 Online School, K12 Online Middle School and High School, FuelEducation, A+nywhere and The Keystone School so that the courses with Flash will function as expected.                    

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

الاسم Flash Enabler Flash Enabler
ID kfhleokighmnjbhlogpbdkgfklnnchif
عنوان URL الرسمي https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif
الوصف This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
حجم الملف 4.8 KB
عدد التثبيتات 100,000
النسخة الحالية 1.5
آخر تحديث 2019-05-02
تاريخ النشر 2019-05-02
تقييم 3.43/5 مجموع تقييمات 21
المطور K12 Inc
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flash Enabler",
    "version": "1.5",
    "description": "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "chrome_icon_blue_white.png"
    },
    "permissions": [
        "contentSettings",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.k12.com\/*",
            "*:\/\/*.brightspace.com\/*",
            "*:\/\/*.fueleducation.com\/*",
            "*:\/\/*.blackboard.com\/*",
            "*:\/\/*.aplusanywhere.com\/*"
        ]
    }
}