GeForce Now Web Enabler
Use GeForce Now via the browser on any unsupported PC.
什么是GeForce Now Web Enabler?
GeForce Now Web Enabler是由SlayTheVirus开发的Chrome扩展程序,该扩展的主要功能是“Use GeForce Now via the browser on any unsupported PC.”。
扩展截图
下载GeForce Now Web Enabler扩展crx文件
下载GeForce Now Web Enabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use GeForce Now (play.geforcenow.com) via the browser on any unsupported PC.
扩展基本信息
名称 | GeForce Now Web Enabler |
ID | ioaplpondpicpdlfoccpaenbdinbdbpi |
官方URL | https://chromewebstore.google.com/detail/geforce-now-web-enabler/ioaplpondpicpdlfoccpaenbdinbdbpi |
简介 | Use GeForce Now via the browser on any unsupported PC. |
文件大小 | 57.84 KB |
安装次数 | 29,395 |
当前版本 | 1.0.0 |
更新时间 | 2020-09-02 |
上架时间 | 2020-09-02 |
评分 | 3.27/5 共22次评分 |
开发者 | SlayTheVirus |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/SlayTheVirus |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": [], "description": "Use GeForce Now via the browser on any unsupported PC.", "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png" }, "manifest_version": 2, "name": "GeForce Now Web Enabler", "permissions": [ "*:\/\/*.geforcenow.com\/*", "webRequest", "webRequestBlocking" ], "short_name": "gfn-web", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |