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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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\/*"
    ]
}