GeForce NOW Unlocker

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

GeForce NOW Unlocker là gì?

GeForce NOW Unlocker là một tiện ích mở rộng Chrome được phát triển bởi Lorenzo Murarotto, và tính năng chính của nó là "Allow the usage of the GeForce NOW web app on unsupported operating systems.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GeForce NOW Unlocker

Tải xuống các tệp mở rộng GeForce NOW Unlocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
URL Chính Thức https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
Mô tả Allow the usage of the GeForce NOW web app on unsupported operating systems.
Kích Thước Tệp 9.37 KB
Số Lần Cài Đặt 8,395
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2020-09-01
Ngày Phát Hành 2020-08-30
Đánh Giá 4.21/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Lorenzo Murarotto
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/murar8/gfn-unlocker
URL Trang Trợ Giúp https://github.com/murar8/gfn-unlocker/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}