One Click GSN Games

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

什么是One Click GSN Games?

One Click GSN Games是由GSN Games - Bingo Bash开发的Chrome扩展程序,该扩展的主要功能是“You can now play all GSN Games without any permissions hassle.”。

扩展截图

screenshot
screenshot

下载One Click GSN Games扩展crx文件

下载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
    }
}