One Click GSN Games

You can now play all GSN Games without any permissions hassle.

Was ist One Click GSN Games?

One Click GSN Games ist eine Chrome-Erweiterung, die von GSN Games - Bingo Bash entwickelt wurde, und ihr Hauptmerkmal ist "You can now play all GSN Games without any permissions hassle.".

Erweiterungsscreenshots

screenshot
screenshot

One Click GSN Games-Erweiterungs-CRX-Datei herunterladen

Laden Sie One Click GSN Games-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

                        One Click GSN Games is the official extension from GSN Games that helps you with the many upcoming permissions required from Flash for a seamless gameplay experience!

By adding this extension, you will give a ONE TIME permission to use Flash. All Flash pop ups will be handled by the extension and you can get back to playing Bingo Bash and our other GSN games, hassle free!

Your privacy is important to GSN.  Your consent to Flash will only be used to support Flash and will not be shared with any other parties.
Use of this extension is subject to our Terms of Service (https://gsngamesnetwork.com/terms.html), and Privacy Policy (https://gsngamesnetwork.com/privacy.html).                    

Grundlegende Informationen zur Erweiterung

Name One Click GSN Games One Click GSN Games
ID kjdbedlepiebjogmbmmfgilidoobdfmb
Offizielle URL https://chromewebstore.google.com/detail/one-click-gsn-games/kjdbedlepiebjogmbmmfgilidoobdfmb
Beschreibung You can now play all GSN Games without any permissions hassle.
Dateigröße 13.8 KB
Installationsanzahl 38,328
Aktuelle Version 0.2.6
Letztes Update 2018-10-24
Veröffentlichungsdatum 2018-10-24
Bewertung 3.45/5 Insgesamt 95 Bewertungen
Entwickler GSN Games - Bingo Bash
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://apps.facebook.com/vegas-app/
URL der Datenschutzrichtlinien-Seite https://gsngamesnetwork.com/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click GSN Games",
    "description": "You can now play all GSN Games without any permissions hassle.",
    "version": "0.2.6",
    "manifest_version": 2,
    "icons": {
        "128": "App_icon_chrome.png"
    },
    "permissions": [
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": "App_icon_chrome.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    }
}