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开发的Chrome扩展程序,该扩展的主要功能是“Shows if you can play games in GeForce Now while you are in steam website”。

扩展截图

screenshot
screenshot
screenshot

下载Show GeForce Now on Steam扩展crx文件

下载Show GeForce Now on Steam扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}