Frosty Flash Enabler

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

Qu'est-ce que Frosty Flash Enabler ?

Frosty Flash Enabler est une extension Chrome développée par http://frosty.gg, et sa fonction principale est "Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Frosty Flash Enabler

Téléchargez les fichiers d'extension Frosty Flash Enabler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Frosty Flash Enabler Frosty Flash Enabler
ID onbdbjlcdjfnemfhaenmkjdecjfeefnc
URL Officiel https://chrome.google.com/webstore/detail/frosty-flash-enabler/onbdbjlcdjfnemfhaenmkjdecjfeefnc
Description Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.
Taille du Fichier 78.58 KB
Nombre d'Installations 444
Version Actuelle 1.0
Dernière Mise à Jour 2020-07-12
Date de Publication 2020-07-12
Développeur http://frosty.gg
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://frosty.gg
URL de la Page d'Aide https://go.frosty.gg/help
URL de la Page de Politique de Confidentialité https://go.frosty.gg/privacy
Langues Prises en Charge 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
}