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 là gì?

Show GeForce Now on Steam là một tiện ích mở rộng Chrome được phát triển bởi mefa, và tính năng chính của nó là "Shows if you can play games in GeForce Now while you are in steam website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Show GeForce Now on Steam

Tải xuống các tệp mở rộng Show GeForce Now on Steam dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Show GeForce Now on Steam Show GeForce Now on Steam
ID igigngnkilldoncfnbcknnabjmiggbee
URL Chính Thức https://chromewebstore.google.com/detail/show-geforce-now-on-steam/igigngnkilldoncfnbcknnabjmiggbee
Mô tả Shows if you can play games in GeForce Now while you are in steam website
Kích Thước Tệp 31 KB
Số Lần Cài Đặt 2,112
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2023-09-28
Ngày Phát Hành 2022-05-03
Đánh Giá 4.53/5 Tổng số 15 Đánh Giá
Nhà Phát Triển mefa
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}