Frosty Flash Enabler

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

Wat is Frosty Flash Enabler?

Frosty Flash Enabler is een Chrome-extensie ontwikkeld door http://frosty.gg, en de belangrijkste functie is "Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Frosty Flash Enabler

Download Frosty Flash Enabler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Frosty Flash Enabler Frosty Flash Enabler
ID onbdbjlcdjfnemfhaenmkjdecjfeefnc
Officiële URL https://chrome.google.com/webstore/detail/frosty-flash-enabler/onbdbjlcdjfnemfhaenmkjdecjfeefnc
Beschrijving Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.
Bestandsgrootte 78.58 KB
Aantal Installaties 444
Huidige Versie 1.0
Laatst Bijgewerkt 2020-07-12
Publicatiedatum 2020-07-12
Ontwikkelaar http://frosty.gg
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://frosty.gg
Help Pagina-URL https://go.frosty.gg/help
URL van de Privacybeleid Pagina https://go.frosty.gg/privacy
Ondersteunde Talen 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
}