One Click GSN Games

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

Τι είναι το One Click GSN Games;

Το One Click GSN Games είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον GSN Games - Bingo Bash, και η κύρια λειτουργία του είναι "You can now play all GSN Games without any permissions hassle.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης One Click GSN Games

Λήψη αρχείων επέκτασης One Click GSN Games σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα One Click GSN Games One Click GSN Games
ID kjdbedlepiebjogmbmmfgilidoobdfmb
Επίσημο URL https://chromewebstore.google.com/detail/one-click-gsn-games/kjdbedlepiebjogmbmmfgilidoobdfmb
Περιγραφή You can now play all GSN Games without any permissions hassle.
Μέγεθος Αρχείου 13.8 KB
Αριθμός Εγκαταστάσεων 38,328
Τρέχουσα Έκδοση 0.2.6
Τελευταία Ενημέρωση 2018-10-24
Ημερομηνία Δημοσίευσης 2018-10-24
Αξιολόγηση 3.45/5 Συνολικά 95 Αξιολογήσεις
Προγραμματιστής GSN Games - Bingo Bash
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://apps.facebook.com/vegas-app/
URL της Σελίδας Πολιτικής Απορρήτου https://gsngamesnetwork.com/privacy.html
Υποστηριζόμενες Γλώσσες 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
    }
}