GeForce NOW Unlocker

Allow the usage of the GeForce NOW web app on unsupported operating systems.

ما هو GeForce NOW Unlocker؟

GeForce NOW Unlocker هو إضافة Chrome تم تطويرها بواسطة Lorenzo Murarotto، والميزة الرئيسية لها هي "Allow the usage of the GeForce NOW web app on unsupported operating systems.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GeForce NOW Unlocker

قم بتنزيل ملفات الامتداد GeForce NOW Unlocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension will allow You to use the GeForce NOW web app on unsupported operating systems by spoofing the user agent string in the request headers, making GeForce NOW think we are using ChromeOS.                    

معلومات أساسية عن التمديد

الاسم GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
عنوان URL الرسمي https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
الوصف Allow the usage of the GeForce NOW web app on unsupported operating systems.
حجم الملف 9.37 KB
عدد التثبيتات 8,395
النسخة الحالية 0.3.1
آخر تحديث 2020-09-01
تاريخ النشر 2020-08-30
تقييم 4.21/5 مجموع تقييمات 19
المطور Lorenzo Murarotto
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/murar8/gfn-unlocker
عنوان صفحة المساعدة https://github.com/murar8/gfn-unlocker/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GeForce NOW Unlocker",
    "version": "0.3.1",
    "description": "Allow the usage of the GeForce NOW web app on unsupported operating systems.",
    "author": "Lorenzo Murarotto ",
    "homepage_url": "https:\/\/github.com\/murar8\/gfn-unlocker",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "GeForce NOW Unlocker",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/play.geforcenow.com\/*"
    ]
}