Frosty Flash Enabler
Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.
O que é Frosty Flash Enabler?
Frosty Flash Enabler é uma extensão do Chrome desenvolvida por http://frosty.gg, e sua principal característica é "Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Frosty Flash Enabler
Baixe arquivos de extensão Frosty Flash Enabler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | onbdbjlcdjfnemfhaenmkjdecjfeefnc |
URL Oficial | https://chrome.google.com/webstore/detail/frosty-flash-enabler/onbdbjlcdjfnemfhaenmkjdecjfeefnc |
Descrição | Enables the Flash Player plugin automatically on Frosty, a virtual penguin world. |
Tamanho do Arquivo | 78.58 KB |
Contagem de Instalações | 444 |
Versão Atual | 1.0 |
Última Atualização | 2020-07-12 |
Data de Publicação | 2020-07-12 |
Desenvolvedor | http://frosty.gg |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://frosty.gg |
URL da Página de Ajuda | https://go.frosty.gg/help |
URL da Página de Política de Privacidade | https://go.frosty.gg/privacy |
Idiomas Suportados | 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 } |