Frosty Flash Enabler
Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.
What is Frosty Flash Enabler?
Frosty Flash Enabler is a Chrome extension developed by http://frosty.gg, and its main feature is "Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.".
Extension Screenshots
Download Frosty Flash Enabler Extension CRX File
Download Frosty 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
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.
Extension Basic Information
Name | |
ID | onbdbjlcdjfnemfhaenmkjdecjfeefnc |
Official URL | https://chrome.google.com/webstore/detail/frosty-flash-enabler/onbdbjlcdjfnemfhaenmkjdecjfeefnc |
Description | Enables the Flash Player plugin automatically on Frosty, a virtual penguin world. |
File Size | 78.58 KB |
Installation Count | 444 |
Current Version | 1.0 |
Last Updated | 2020-07-12 |
Publish Date | 2020-07-12 |
Developer | http://frosty.gg |
[email protected] | |
Payment Type | free |
Extension Website | https://frosty.gg |
Help Page URL | https://go.frosty.gg/help |
Privacy Policy Page URL | https://go.frosty.gg/privacy |
Supported Languages | 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 } |