GeForce Now Lookup

Lookup the compatibility of any game on Steam within the extension

什麼是GeForce Now Lookup?

GeForce Now Lookup是由Malte Koblitz開發的Chrome擴展程式,該擴展的主要功能是“Lookup the compatibility of any game on Steam within the extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載GeForce Now Lookup擴展crx文件

下載GeForce Now Lookup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 GeForce Now Lookup
ID oedaacbkfjddgnijckiindmnemogobjl
官方網址 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"
    }
}