GeForce NOW Unlocker

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

Wat is GeForce NOW Unlocker?

GeForce NOW Unlocker is een Chrome-extensie ontwikkeld door Lorenzo Murarotto, en de belangrijkste functie is "Allow the usage of the GeForce NOW web app on unsupported operating systems.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GeForce NOW Unlocker

Download GeForce NOW Unlocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
Officiële URL https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
Beschrijving Allow the usage of the GeForce NOW web app on unsupported operating systems.
Bestandsgrootte 9.37 KB
Aantal Installaties 8,395
Huidige Versie 0.3.1
Laatst Bijgewerkt 2020-09-01
Publicatiedatum 2020-08-30
Beoordeling 4.21/5 Totaal 19 Beoordelingen
Ontwikkelaar Lorenzo Murarotto
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/murar8/gfn-unlocker
Help Pagina-URL https://github.com/murar8/gfn-unlocker/issues
Ondersteunde Talen 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\/*"
    ]
}