GeForce Now Lookup
Lookup the compatibility of any game on Steam within the extension
GeForce Now Lookup क्या है?
GeForce Now Lookup Malte Koblitz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lookup the compatibility of any game on Steam within the extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GeForce Now Lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features ✅ See the compatibility of the current Game directly on the extension icon ✅ Search for all supported game on GeForce Now within the extension (popup menu) ✅ Clean design and looks integrated into Steam itself ✅ Allows you to see the compatibility of various games on the Steam Store Version 1.1.0 - Updated Popup menu • Improved the design • Added a "Start Game" button for each Game • Enhanced the display of the game list - Optimized the core of the extension for better stability and performance - Increased support for additional steam pages
एक्सटेंशन की मूल जानकारी
नाम | GeForce Now Lookup |
ID | oedaacbkfjddgnijckiindmnemogobjl |
आधिकारिक URL | https://chromewebstore.google.com/detail/geforce-now-lookup/oedaacbkfjddgnijckiindmnemogobjl |
विवरण | Lookup the compatibility of any game on Steam within the extension |
फ़ाइल का आकार | 1.41 MB |
स्थापना संख्या | 1,347 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2023-06-13 |
प्रकाशन तिथि | 2022-02-12 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | Malte Koblitz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GeForce Now Lookup", "version": "1.1.0", "description": "Lookup the compatibility of any game on Steam within the extension", "manifest_version": 3, "icons": { "128": "icon_128-active.png" }, "action": { "default_icon": "icon_128.png", "default_title": "GeForce Now Lookup", "default_popup": "index.html" }, "permissions": [ "storage", "scripting", "tabs" ], "host_permissions": [ "https:\/\/steamcommunity.com\/*", "https:\/\/store.steampowered.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/store.steampowered.com\/*", "https:\/\/steamcommunity.com\/*" ], "css": [ "style.css" ] } ], "background": { "service_worker": "background.js" } } |