GeForce NOW Unlocker

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

What is GeForce NOW Unlocker?

GeForce NOW Unlocker is a Chrome extension developed by Lorenzo Murarotto, and its main feature is "Allow the usage of the GeForce NOW web app on unsupported operating systems.".

Extension Screenshots

screenshot

Download GeForce NOW Unlocker Extension CRX File

Download GeForce NOW Unlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
Official URL https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
Description Allow the usage of the GeForce NOW web app on unsupported operating systems.
File Size 9.37 KB
Installation Count 8,395
Current Version 0.3.1
Last Updated 2020-09-01
Publish Date 2020-08-30
Rating 4.21/5 Total 19 Ratings
Developer Lorenzo Murarotto
Email [email protected]
Payment Type free
Extension Website https://github.com/murar8/gfn-unlocker
Help Page URL https://github.com/murar8/gfn-unlocker/issues
Supported Languages 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\/*"
    ]
}