Gamegos Flash Helper

Add this plugin and enable Flash for all games hassle free! Gamegos Flash Helper is a Google Chrome browser Extension created by…

Was ist Gamegos Flash Helper?

Gamegos Flash Helper ist eine Chrome-Erweiterung, die von GAMEGOS entwickelt wurde, und ihr Hauptmerkmal ist "Add this plugin and enable Flash for all games hassle free! Gamegos Flash Helper is a Google Chrome browser Extension created by…".

Erweiterungsscreenshots

screenshot

Gamegos Flash Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gamegos Flash Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Add this plugin and enable Flash for all games hassle free!

Gamegos Flash Helper is a Google Chrome browser Extension created by Gamegos to manage Flash permissions automatically for all our games when you load them.

Games like Cafeland, Marketland, Fashland, Cooking Tale and Solitaire Story using Flash Player do require explicit permission from users to allow the browser to run Flash.

This Flash enabler will automatically allow the browser permission and your game will load smoothly every time. It won't affect your game or browser performance!

Without this extension, you will have to enable Flash manually every time you load or refresh the game. Gamegos Flash Helper frees you from this problem.

Gamegos will use your permissions only for Flash Player and nothing else. Our privacy policy assures you a complete non-disclosure to any of the information shared by you.

Use of this plug-in is subject to Gamegos’
Terms of Service - http://www.gamegos.com/termsofservice/
Privacy Policy - http://www.gamegos.com/privacypolicy/                    

Grundlegende Informationen zur Erweiterung

Name Gamegos Flash Helper Gamegos Flash Helper
ID kppfgjkgimgbanjbbgpmccbkagcebnid
Offizielle URL https://chromewebstore.google.com/detail/gamegos-flash-helper/kppfgjkgimgbanjbbgpmccbkagcebnid
Beschreibung Add this plugin and enable Flash for all games hassle free! Gamegos Flash Helper is a Google Chrome browser Extension created by…
Dateigröße 50.59 KB
Installationsanzahl 40,469
Aktuelle Version 1.0
Letztes Update 2019-08-19
Veröffentlichungsdatum 2019-08-19
Bewertung 3.09/5 Insgesamt 81 Bewertungen
Entwickler GAMEGOS
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gamegos Flash Helper",
    "description": "",
    "version": "1.0",
    "icons": {
        "16": "icons\/16.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Gamegos Flash Helper",
        "default_popup": "index.html"
    },
    "permissions": [
        "contentSettings"
    ],
    "background": {
        "scripts": [
            "enabler.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}