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
Eメール [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\/*"
    ]
}