GeForce NOW Unlocker

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

Was ist GeForce NOW Unlocker?

GeForce NOW Unlocker ist eine Chrome-Erweiterung, die von Lorenzo Murarotto entwickelt wurde, und ihr Hauptmerkmal ist "Allow the usage of the GeForce NOW web app on unsupported operating systems.".

Erweiterungsscreenshots

screenshot

GeForce NOW Unlocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie GeForce NOW Unlocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
Offizielle URL https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
Beschreibung Allow the usage of the GeForce NOW web app on unsupported operating systems.
Dateigröße 9.37 KB
Installationsanzahl 8,395
Aktuelle Version 0.3.1
Letztes Update 2020-09-01
Veröffentlichungsdatum 2020-08-30
Bewertung 4.21/5 Insgesamt 19 Bewertungen
Entwickler Lorenzo Murarotto
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/murar8/gfn-unlocker
Hilfeseite URL https://github.com/murar8/gfn-unlocker/issues
Unterstützte Sprachen 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\/*"
    ]
}