GeForce NOW Unlocker

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

Cos'è GeForce NOW Unlocker?

GeForce NOW Unlocker è un'estensione di Chrome sviluppata da Lorenzo Murarotto, e la sua funzione principale è "Allow the usage of the GeForce NOW web app on unsupported operating systems.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GeForce NOW Unlocker

Scarica i file di estensione GeForce NOW Unlocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
URL Ufficiale https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
Descrizione Allow the usage of the GeForce NOW web app on unsupported operating systems.
Dimensione del File 9.37 KB
Conteggio Installazioni 8,395
Versione Corrente 0.3.1
Ultimo Aggiornamento 2020-09-01
Data di Pubblicazione 2020-08-30
Valutazione 4.21/5 Totale 19 Valutazioni
Sviluppatore Lorenzo Murarotto
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/murar8/gfn-unlocker
URL della Pagina di Aiuto https://github.com/murar8/gfn-unlocker/issues
Lingue Supportate 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\/*"
    ]
}