GeForce NOW Unlocker

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

Qu'est-ce que GeForce NOW Unlocker ?

GeForce NOW Unlocker est une extension Chrome développée par Lorenzo Murarotto, et sa fonction principale est "Allow the usage of the GeForce NOW web app on unsupported operating systems.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GeForce NOW Unlocker

Téléchargez les fichiers d'extension GeForce NOW Unlocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
URL Officiel https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
Description Allow the usage of the GeForce NOW web app on unsupported operating systems.
Taille du Fichier 9.37 KB
Nombre d'Installations 8,395
Version Actuelle 0.3.1
Dernière Mise à Jour 2020-09-01
Date de Publication 2020-08-30
Évaluation 4.21/5 Total 19 Évaluations
Développeur Lorenzo Murarotto
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/murar8/gfn-unlocker
URL de la Page d'Aide https://github.com/murar8/gfn-unlocker/issues
Langues Prises en Charge 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\/*"
    ]
}