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 |
Eメール | [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" } ] } } |