Show GeForce Now on Steam

Shows if you can play games in GeForce Now while you are in steam website

Show GeForce Now on Steam क्या है?

Show GeForce Now on Steam mefa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows if you can play games in GeForce Now while you are in steam website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Show GeForce Now on Steam एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension aims to show the availability of games on GeForce Now cloud gaming service at Steam. You will be able to easily identify which games are available to play on Geforce Now while searching for games on Steam website. You don't need to go back and forth in between steam and GeForce now websites anymore to find and play the games you like.
This extension only works on Steam website.

Support
Buy Me A Coffee: https://www.buymeacoffee.com/mbayraktar
Github: https://github.com/mefaba/show-geforce-on-steam/

What's New 1.8?
✓ We have a new contributor, and he is doing amazing.
✓ Updated games
✓ Updated Extension Name

Previous Updates:
✓ Added Geforce Now Filter function in search page.
✓ Added support for wishlist page.
✓ Updated games
✓ Added support for individual game pages.
✓ Fix category pages
✓ Minor fixes and updates based on user reviews.
✓ Added support for main page and category pages.
✓ Performance Optimizations
✓ Updated Logo and Store Image                    

एक्सटेंशन की मूल जानकारी

नाम Show GeForce Now on Steam Show GeForce Now on Steam
ID igigngnkilldoncfnbcknnabjmiggbee
आधिकारिक URL https://chromewebstore.google.com/detail/show-geforce-now-on-steam/igigngnkilldoncfnbcknnabjmiggbee
विवरण Shows if you can play games in GeForce Now while you are in steam website
फ़ाइल का आकार 31 KB
स्थापना संख्या 2,112
वर्तमान संस्करण 1.8
अंतिम अपडेट 2023-09-28
प्रकाशन तिथि 2022-05-03
रेटिंग 4.53/5 कुल 15 रेटिंग्स
डेवलपर mefa
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show GeForce Now on Steam",
    "description": "Shows if you can play games in GeForce Now while you are in steam website",
    "version": "1.8",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/store.steampowered.com\/*"
            ],
            "css": [
                "extstyles.css"
            ],
            "js": [
                "data.js",
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_title": "Show GeForce Now on Steam",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}