Flash Enabler

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

Co je Flash Enabler?

Flash Enabler je rozšíření Chrome vyvinuté K12 Inc, a jeho hlavní funkcí je „This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Flash Enabler

Stáhněte si soubory rozšíření Flash Enabler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Flash Enabler Flash Enabler
ID kfhleokighmnjbhlogpbdkgfklnnchif
Oficiální URL https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif
Popis This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
Velikost souboru 4.8 KB
Počet instalací 100,000
Aktuální Verze 1.5
Poslední Aktualizace 2019-05-02
Datum Vydání 2019-05-02
Hodnocení 3.43/5 Celkem 21 Hodnocení
Vývojář K12 Inc
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
        ]
    }
}