Frosty Flash Enabler

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

什麼是Frosty Flash Enabler?

Frosty Flash Enabler是由http://frosty.gg開發的Chrome擴展程式,該擴展的主要功能是“Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.”。

擴展截圖

screenshot

下載Frosty Flash Enabler擴展crx文件

下載Frosty Flash Enabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Frosty Flash Enabler Frosty Flash Enabler
ID onbdbjlcdjfnemfhaenmkjdecjfeefnc
官方網址 https://chrome.google.com/webstore/detail/frosty-flash-enabler/onbdbjlcdjfnemfhaenmkjdecjfeefnc
簡介 Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.
檔案大小 78.58 KB
安裝次數 444
目前版本 1.0
更新時間 2020-07-12
上架時間 2020-07-12
開發者 http://frosty.gg
電子郵箱 [email protected]
付費類型 free
擴展官網 https://frosty.gg
說明頁面URL https://go.frosty.gg/help
隱私政策頁面URL https://go.frosty.gg/privacy
支援的語言 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
}