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