GeForce NOW Unlocker

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

Vad är GeForce NOW Unlocker?

GeForce NOW Unlocker är en Chrome-tillägg utvecklad av Lorenzo Murarotto, och dess huvudfunktion är "Allow the usage of the GeForce NOW web app on unsupported operating systems.".

Tilläggsskärmbilder

screenshot

Ladda ner GeForce NOW Unlocker-förlängningens CRX-fil

Ladda ner GeForce NOW Unlocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
Officiell webbadress https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
Beskrivning Allow the usage of the GeForce NOW web app on unsupported operating systems.
Filstorlek 9.37 KB
Antal Installationer 8,395
Aktuell Version 0.3.1
Senast Uppdaterad 2020-09-01
Publiceringsdatum 2020-08-30
Betyg 4.21/5 Totalt 19 Betyg
Utvecklare Lorenzo Murarotto
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/murar8/gfn-unlocker
Hjälpsida URL https://github.com/murar8/gfn-unlocker/issues
Stödda Språk 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\/*"
    ]
}