One Click GSN Games

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

O que é One Click GSN Games?

One Click GSN Games é uma extensão do Chrome desenvolvida por GSN Games - Bingo Bash, e sua principal característica é "You can now play all GSN Games without any permissions hassle.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão One Click GSN Games

Baixe arquivos de extensão One Click GSN Games no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome One Click GSN Games One Click GSN Games
ID kjdbedlepiebjogmbmmfgilidoobdfmb
URL Oficial https://chromewebstore.google.com/detail/one-click-gsn-games/kjdbedlepiebjogmbmmfgilidoobdfmb
Descrição You can now play all GSN Games without any permissions hassle.
Tamanho do Arquivo 13.8 KB
Contagem de Instalações 38,328
Versão Atual 0.2.6
Última Atualização 2018-10-24
Data de Publicação 2018-10-24
Classificação 3.45/5 Total de 95 Avaliações
Desenvolvedor GSN Games - Bingo Bash
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://apps.facebook.com/vegas-app/
URL da Página de Política de Privacidade https://gsngamesnetwork.com/privacy.html
Idiomas Suportados 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
    }
}