Flash Enabler

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

Flash Enabler là gì?

Flash Enabler là một tiện ích mở rộng Chrome được phát triển bởi K12 Inc, và tính năng chính của nó là "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flash Enabler

Tải xuống các tệp mở rộng Flash Enabler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flash Enabler Flash Enabler
ID kfhleokighmnjbhlogpbdkgfklnnchif
URL Chính Thức https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif
Mô tả This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
Kích Thước Tệp 4.8 KB
Số Lần Cài Đặt 100,000
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2019-05-02
Ngày Phát Hành 2019-05-02
Đánh Giá 3.43/5 Tổng số 21 Đánh Giá
Nhà Phát Triển K12 Inc
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}