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