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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}