GeForce NOW Unlocker

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

Apa itu GeForce NOW Unlocker?

GeForce NOW Unlocker adalah ekstensi Chrome yang dikembangkan oleh Lorenzo Murarotto, dan fitur utamanya adalah "Allow the usage of the GeForce NOW web app on unsupported operating systems.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GeForce NOW Unlocker

Unduh file ekstensi GeForce NOW Unlocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
URL Resmi https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
Deskripsi Allow the usage of the GeForce NOW web app on unsupported operating systems.
Ukuran File 9.37 KB
Jumlah Instalasi 8,395
Versi Saat Ini 0.3.1
Terakhir Diperbarui 2020-09-01
Tanggal Publikasi 2020-08-30
Penilaian 4.21/5 Total 19 Penilaian
Pengembang Lorenzo Murarotto
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/murar8/gfn-unlocker
URL Halaman Bantuan https://github.com/murar8/gfn-unlocker/issues
Bahasa yang Didukung 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\/*"
    ]
}