Frosty Flash Enabler

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

Cos'è Frosty Flash Enabler?

Frosty Flash Enabler è un'estensione di Chrome sviluppata da http://frosty.gg, e la sua funzione principale è "Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Frosty Flash Enabler

Scarica i file di estensione Frosty Flash Enabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Frosty Flash Enabler Frosty Flash Enabler
ID onbdbjlcdjfnemfhaenmkjdecjfeefnc
URL Ufficiale https://chrome.google.com/webstore/detail/frosty-flash-enabler/onbdbjlcdjfnemfhaenmkjdecjfeefnc
Descrizione Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.
Dimensione del File 78.58 KB
Conteggio Installazioni 444
Versione Corrente 1.0
Ultimo Aggiornamento 2020-07-12
Data di Pubblicazione 2020-07-12
Sviluppatore http://frosty.gg
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://frosty.gg
URL della Pagina di Aiuto https://go.frosty.gg/help
URL della Pagina della Politica sulla Privacy https://go.frosty.gg/privacy
Lingue Supportate 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
}