GeForce NOW Unlocker

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

Co to jest GeForce NOW Unlocker?

GeForce NOW Unlocker to rozszerzenie Chrome opracowane przez Lorenzo Murarotto, a jego główną funkcją jest „Allow the usage of the GeForce NOW web app on unsupported operating systems.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GeForce NOW Unlocker

Pobierz pliki rozszerzeń GeForce NOW Unlocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
Oficjalny URL https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
Opis Allow the usage of the GeForce NOW web app on unsupported operating systems.
Rozmiar pliku 9.37 KB
Liczba instalacji 8,395
Aktualna Wersja 0.3.1
Ostatnia Aktualizacja 2020-09-01
Data Publikacji 2020-08-30
Ocena 4.21/5 Łącznie 19 Oceny
Deweloper Lorenzo Murarotto
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/murar8/gfn-unlocker
Adres URL Strony Pomocy https://github.com/murar8/gfn-unlocker/issues
Obsługiwane Języki 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\/*"
    ]
}