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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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
    }
}