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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | onbdbjlcdjfnemfhaenmkjdecjfeefnc |
官方URL | 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 } |