One Click GSN Games

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

Co to jest One Click GSN Games?

One Click GSN Games to rozszerzenie Chrome opracowane przez GSN Games - Bingo Bash, a jego główną funkcją jest „You can now play all GSN Games without any permissions hassle.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia One Click GSN Games

Pobierz pliki rozszerzeń One Click GSN Games w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa One Click GSN Games One Click GSN Games
ID kjdbedlepiebjogmbmmfgilidoobdfmb
Oficjalny URL https://chromewebstore.google.com/detail/one-click-gsn-games/kjdbedlepiebjogmbmmfgilidoobdfmb
Opis You can now play all GSN Games without any permissions hassle.
Rozmiar pliku 13.8 KB
Liczba instalacji 38,328
Aktualna Wersja 0.2.6
Ostatnia Aktualizacja 2018-10-24
Data Publikacji 2018-10-24
Ocena 3.45/5 Łącznie 95 Oceny
Deweloper GSN Games - Bingo Bash
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://apps.facebook.com/vegas-app/
Adres URL Strony Polityki Prywatności https://gsngamesnetwork.com/privacy.html
Obsługiwane Języki 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
    }
}