Frosty Flash Enabler

Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.

Frosty Flash Enabler là gì?

Frosty Flash Enabler là một tiện ích mở rộng Chrome được phát triển bởi http://frosty.gg, và tính năng chính của nó là "Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.".

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

screenshot

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

Tải xuống các tệp mở rộng Frosty 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

                        This is an extension for use with Frosty, a virtual penguin world, available at frosty.gg (play.frosty.gg).
This automatically enables Flash Player so that you don't have to do it manually every time you restart your browser and want to play Frosty.                    

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

Tên Frosty Flash Enabler Frosty Flash Enabler
ID onbdbjlcdjfnemfhaenmkjdecjfeefnc
URL Chính Thức https://chrome.google.com/webstore/detail/frosty-flash-enabler/onbdbjlcdjfnemfhaenmkjdecjfeefnc
Mô tả Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.
Kích Thước Tệp 78.58 KB
Số Lần Cài Đặt 444
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-07-12
Ngày Phát Hành 2020-07-12
Nhà Phát Triển http://frosty.gg
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://frosty.gg
URL Trang Trợ Giúp https://go.frosty.gg/help
URL Trang Chính Sách Bảo Mật https://go.frosty.gg/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Frosty Flash Enabler",
    "version": "1.0",
    "description": "Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png",
        "180": "180.png",
        "192": "192.png",
        "512": "512.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "32.png"
        }
    },
    "permissions": [
        "contentSettings"
    ],
    "manifest_version": 2
}