Flash Enabler

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

Cos'è Flash Enabler?

Flash Enabler è un'estensione di Chrome sviluppata da K12 Inc, e la sua funzione principale è "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Flash Enabler

Scarica i file di estensione Flash Enabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Flash Enabler Flash Enabler
ID kfhleokighmnjbhlogpbdkgfklnnchif
URL Ufficiale https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif
Descrizione This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
Dimensione del File 4.8 KB
Conteggio Installazioni 100,000
Versione Corrente 1.5
Ultimo Aggiornamento 2019-05-02
Data di Pubblicazione 2019-05-02
Valutazione 3.43/5 Totale 21 Valutazioni
Sviluppatore K12 Inc
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
        ]
    }
}