GeForce Now Web Enabler
Use GeForce Now via the browser on any unsupported PC.
Vad är GeForce Now Web Enabler?
GeForce Now Web Enabler är en Chrome-tillägg utvecklad av SlayTheVirus, och dess huvudfunktion är "Use GeForce Now via the browser on any unsupported PC.".
Tilläggsskärmbilder
Ladda ner GeForce Now Web Enabler-förlängningens CRX-fil
Ladda ner GeForce Now Web Enabler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Use GeForce Now (play.geforcenow.com) via the browser on any unsupported PC.
Grundläggande Information om Tillägg
Namn | GeForce Now Web Enabler |
ID | ioaplpondpicpdlfoccpaenbdinbdbpi |
Officiell webbadress | https://chromewebstore.google.com/detail/geforce-now-web-enabler/ioaplpondpicpdlfoccpaenbdinbdbpi |
Beskrivning | Use GeForce Now via the browser on any unsupported PC. |
Filstorlek | 57.84 KB |
Antal Installationer | 29,395 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2020-09-02 |
Publiceringsdatum | 2020-09-02 |
Betyg | 3.27/5 Totalt 22 Betyg |
Utvecklare | SlayTheVirus |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/SlayTheVirus |
Stödda Språk | 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" } |