GeForce Now Web Enabler
Use GeForce Now via the browser on any unsupported PC.
Что такое GeForce Now Web Enabler?
GeForce Now Web Enabler - это расширение Chrome, разработанное SlayTheVirus, и его основная функция - "Use GeForce Now via the browser on any unsupported PC.".
Снимки экрана расширения
Скачать файл CRX расширения GeForce Now Web Enabler
Скачайте файлы расширений 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" } |