GeForce NOW Unlocker

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

O que é GeForce NOW Unlocker?

GeForce NOW Unlocker é uma extensão do Chrome desenvolvida por Lorenzo Murarotto, e sua principal característica é "Allow the usage of the GeForce NOW web app on unsupported operating systems.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GeForce NOW Unlocker

Baixe arquivos de extensão GeForce NOW Unlocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
URL Oficial https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
Descrição Allow the usage of the GeForce NOW web app on unsupported operating systems.
Tamanho do Arquivo 9.37 KB
Contagem de Instalações 8,395
Versão Atual 0.3.1
Última Atualização 2020-09-01
Data de Publicação 2020-08-30
Classificação 4.21/5 Total de 19 Avaliações
Desenvolvedor Lorenzo Murarotto
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/murar8/gfn-unlocker
URL da Página de Ajuda https://github.com/murar8/gfn-unlocker/issues
Idiomas Suportados 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\/*"
    ]
}