GeForce NOW Unlocker

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

什麼是GeForce NOW Unlocker?

GeForce NOW Unlocker是由Lorenzo Murarotto開發的Chrome擴展程式,該擴展的主要功能是“Allow the usage of the GeForce NOW web app on unsupported operating systems.”。

擴展截圖

screenshot

下載GeForce NOW Unlocker擴展crx文件

下載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
官方網址 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\/*"
    ]
}