One Click GSN Games

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

Vad är One Click GSN Games?

One Click GSN Games är en Chrome-tillägg utvecklad av GSN Games - Bingo Bash, och dess huvudfunktion är "You can now play all GSN Games without any permissions hassle.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner One Click GSN Games-förlängningens CRX-fil

Ladda ner One Click GSN Games-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn One Click GSN Games One Click GSN Games
ID kjdbedlepiebjogmbmmfgilidoobdfmb
Officiell webbadress https://chromewebstore.google.com/detail/one-click-gsn-games/kjdbedlepiebjogmbmmfgilidoobdfmb
Beskrivning You can now play all GSN Games without any permissions hassle.
Filstorlek 13.8 KB
Antal Installationer 38,328
Aktuell Version 0.2.6
Senast Uppdaterad 2018-10-24
Publiceringsdatum 2018-10-24
Betyg 3.45/5 Totalt 95 Betyg
Utvecklare GSN Games - Bingo Bash
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://apps.facebook.com/vegas-app/
URL till Sekretesspolicy Sidan https://gsngamesnetwork.com/privacy.html
Stödda Språk 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
    }
}