Geforce Now OS Switcher
Play Genshin Impact on Geforce now on Linux/Steam Deck
What is Geforce Now OS Switcher?
Geforce Now OS Switcher is a Chrome extension developed by Tiger Soldier, and its main feature is "Play Genshin Impact on Geforce now on Linux/Steam Deck".
Extension Screenshots
Download Geforce Now OS Switcher Extension CRX File
Download Geforce Now OS Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Geforce Now OS Switcher |
ID | nllnolljggjaooclmlinejhcmancllgc |
Official URL | https://chromewebstore.google.com/detail/geforce-now-os-switcher/nllnolljggjaooclmlinejhcmancllgc |
Description | Play Genshin Impact on Geforce now on Linux/Steam Deck |
File Size | 413 KB |
Installation Count | 42 |
Current Version | 1.0 |
Last Updated | 2023-12-18 |
Publish Date | 2023-12-12 |
Developer | Tiger Soldier |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/tigersoldier/gfn-os-switcher |
Privacy Policy Page URL | https://github.com/tigersoldier/gfn-os-switcher/blob/main/Privacy.md |
Supported Languages | 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" } ] } } |