Geforce Now OS Switcher
Play Genshin Impact on Geforce now on Linux/Steam Deck
什么是Geforce Now OS Switcher?
Geforce Now OS Switcher是由Tiger Soldier开发的Chrome扩展程序,该扩展的主要功能是“Play Genshin Impact on Geforce now on Linux/Steam Deck”。
扩展截图
下载Geforce Now OS Switcher扩展crx文件
下载Geforce Now OS Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Geforce Now OS Switcher |
ID | nllnolljggjaooclmlinejhcmancllgc |
官方URL | https://chromewebstore.google.com/detail/geforce-now-os-switcher/nllnolljggjaooclmlinejhcmancllgc |
简介 | Play Genshin Impact on Geforce now on Linux/Steam Deck |
文件大小 | 413 KB |
安装次数 | 42 |
当前版本 | 1.0 |
更新时间 | 2023-12-18 |
上架时间 | 2023-12-12 |
开发者 | Tiger Soldier |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/tigersoldier/gfn-os-switcher |
隐私政策页面URL | https://github.com/tigersoldier/gfn-os-switcher/blob/main/Privacy.md |
支持的语言 | 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" } ] } } |