Flash Enabler

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

Apa itu Flash Enabler?

Flash Enabler adalah ekstensi Chrome yang dikembangkan oleh K12 Inc, dan fitur utamanya adalah "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Flash Enabler

Unduh file ekstensi 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

                        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.                    

Informasi Dasar Ekstensi

Nama Flash Enabler Flash Enabler
ID kfhleokighmnjbhlogpbdkgfklnnchif
URL Resmi https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif
Deskripsi This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
Ukuran File 4.8 KB
Jumlah Instalasi 100,000
Versi Saat Ini 1.5
Terakhir Diperbarui 2019-05-02
Tanggal Publikasi 2019-05-02
Penilaian 3.43/5 Total 21 Penilaian
Pengembang K12 Inc
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
        ]
    }
}