GeForce NOW Unlocker

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

Hvad er GeForce NOW Unlocker?

GeForce NOW Unlocker er en Chrome-udvidelse udviklet af Lorenzo Murarotto, og dens hovedfunktion er "Allow the usage of the GeForce NOW web app on unsupported operating systems.".

Udvidelsesskærmbilleder

screenshot

Download GeForce NOW Unlocker-udvidelses-CRX-fil

Download GeForce NOW Unlocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
Officiel URL https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
Beskrivelse Allow the usage of the GeForce NOW web app on unsupported operating systems.
Filstørrelse 9.37 KB
Antal Installationer 8,395
Nuværende Version 0.3.1
Senest Opdateret 2020-09-01
Udgivelsesdato 2020-08-30
Bedømmelse 4.21/5 Samlet 19 Bedømmelser
Udvikler Lorenzo Murarotto
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/murar8/gfn-unlocker
Hjælpeside-URL https://github.com/murar8/gfn-unlocker/issues
Understøttede Sprog 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\/*"
    ]
}