Flash Enabler

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

O que é Flash Enabler?

Flash Enabler é uma extensão do Chrome desenvolvida por K12 Inc, e sua principal característica é "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Flash Enabler

Baixe arquivos de extensão Flash Enabler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Flash Enabler Flash Enabler
ID kfhleokighmnjbhlogpbdkgfklnnchif
URL Oficial https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif
Descrição This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
Tamanho do Arquivo 4.8 KB
Contagem de Instalações 100,000
Versão Atual 1.5
Última Atualização 2019-05-02
Data de Publicação 2019-05-02
Classificação 3.43/5 Total de 21 Avaliações
Desenvolvedor K12 Inc
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
        ]
    }
}