Geforce Now OS Switcher
Play Genshin Impact on Geforce now on Linux/Steam Deck
Cos'è Geforce Now OS Switcher?
Geforce Now OS Switcher è un'estensione di Chrome sviluppata da Tiger Soldier, e la sua funzione principale è "Play Genshin Impact on Geforce now on Linux/Steam Deck".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Geforce Now OS Switcher
Scarica i file di estensione Geforce Now OS Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension uses the declarativeNetRequest API to set the Nv-Device-Os to WINDOWS to bypass the Geforce Now OS checks. Source code can be found at: https://github.com/tigersoldier/gfn-os-switcher
Informazioni di Base sull'Estensione
Nome | Geforce Now OS Switcher |
ID | nllnolljggjaooclmlinejhcmancllgc |
URL Ufficiale | https://chromewebstore.google.com/detail/geforce-now-os-switcher/nllnolljggjaooclmlinejhcmancllgc |
Descrizione | Play Genshin Impact on Geforce now on Linux/Steam Deck |
Dimensione del File | 413 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-12-18 |
Data di Pubblicazione | 2023-12-12 |
Sviluppatore | Tiger Soldier |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/tigersoldier/gfn-os-switcher |
URL della Pagina della Politica sulla Privacy | https://github.com/tigersoldier/gfn-os-switcher/blob/main/Privacy.md |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Geforce Now OS Switcher", "version": "1.0", "description": "Play Genshin Impact on Geforce now on Linux\/Steam Deck", "permissions": [ "declarativeNetRequest", "declarativeNetRequestWithHostAccess" ], "icons": { "128": "icon128.png" }, "host_permissions": [ "*:\/\/play.geforcenow.com\/*", "*:\/\/*.nvidiagrid.net\/*", "*:\/\/games.geforce.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "header_modifier_ruleset", "enabled": true, "path": "rules.json" } ] } } |