Flash Enabler

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

What is Flash Enabler?

Flash Enabler is a Chrome extension developed by K12 Inc, and its main feature is "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.".

Extension Screenshots

screenshot
screenshot

Download Flash Enabler Extension CRX File

Download Flash Enabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Flash Enabler Flash Enabler
ID kfhleokighmnjbhlogpbdkgfklnnchif
Official URL https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif
Description This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
File Size 4.8 KB
Installation Count 100,000
Current Version 1.5
Last Updated 2019-05-02
Publish Date 2019-05-02
Rating 3.43/5 Total 21 Ratings
Developer K12 Inc
Email [email protected]
Payment Type free
Supported Languages 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\/*"
        ]
    }
}