GeForce NOW Unlocker

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

Co je GeForce NOW Unlocker?

GeForce NOW Unlocker je rozšíření Chrome vyvinuté Lorenzo Murarotto, a jeho hlavní funkcí je „Allow the usage of the GeForce NOW web app on unsupported operating systems.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GeForce NOW Unlocker

Stáhněte si soubory rozšíření GeForce NOW Unlocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
Oficiální URL https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
Popis Allow the usage of the GeForce NOW web app on unsupported operating systems.
Velikost souboru 9.37 KB
Počet instalací 8,395
Aktuální Verze 0.3.1
Poslední Aktualizace 2020-09-01
Datum Vydání 2020-08-30
Hodnocení 4.21/5 Celkem 19 Hodnocení
Vývojář Lorenzo Murarotto
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/murar8/gfn-unlocker
URL Stránky Nápovědy https://github.com/murar8/gfn-unlocker/issues
Podporované Jazyky 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\/*"
    ]
}