Flash Enabler

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

Hvad er Flash Enabler?

Flash Enabler er en Chrome-udvidelse udviklet af K12 Inc, og dens hovedfunktion er "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Flash Enabler-udvidelses-CRX-fil

Download Flash Enabler-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Flash Enabler Flash Enabler
ID kfhleokighmnjbhlogpbdkgfklnnchif
Officiel URL https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif
Beskrivelse This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
Filstørrelse 4.8 KB
Antal Installationer 100,000
Nuværende Version 1.5
Senest Opdateret 2019-05-02
Udgivelsesdato 2019-05-02
Bedømmelse 3.43/5 Samlet 21 Bedømmelser
Udvikler K12 Inc
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
        ]
    }
}