GeForce NOW Unlocker

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

¿Qué es GeForce NOW Unlocker?

GeForce NOW Unlocker es una extensión de Chrome desarrollada por Lorenzo Murarotto, y su función principal es "Allow the usage of the GeForce NOW web app on unsupported operating systems.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión GeForce NOW Unlocker

Descarga archivos de extensión GeForce NOW Unlocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
URL Oficial https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
Descripción Allow the usage of the GeForce NOW web app on unsupported operating systems.
Tamaño del Archivo 9.37 KB
Cantidad de Instalaciones 8,395
Versión Actual 0.3.1
Última Actualización 2020-09-01
Fecha de Publicación 2020-08-30
Calificación 4.21/5 Total de 19 Calificaciones
Desarrollador Lorenzo Murarotto
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/murar8/gfn-unlocker
URL de la Página de Ayuda https://github.com/murar8/gfn-unlocker/issues
Idiomas Soportados 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\/*"
    ]
}