Kinguin Deal Hunter

See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.

什麼是Kinguin Deal Hunter?

Kinguin Deal Hunter是由kinguin開發的Chrome擴展程式,該擴展的主要功能是“See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Kinguin Deal Hunter擴展crx文件

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

擴展使用說明

                        Enhance your gaming needs on the Web. See the best offers while browsing Steam, Origin, Epic Games Store, GOG and YouTube with unobtrusive product displays from the Kinguin marketplace. Sync your Steam wishlist. Save on every game!                    

擴展基本資訊

名稱 Kinguin Deal Hunter Kinguin Deal Hunter
ID idebmghdimgjccojheiaeibngmcmeooa
官方網址 https://chromewebstore.google.com/detail/kinguin-deal-hunter/idebmghdimgjccojheiaeibngmcmeooa
簡介 See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.
檔案大小 1.54 MB
安裝次數 1,910
目前版本 1.01
更新時間 2022-11-23
上架時間 2022-11-15
評分 5.00/5 共 6 次評分
開發者 kinguin
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.01",
    "name": "Kinguin Deal Hunter",
    "description": "See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.",
    "author": "Micha\u0142 Figas",
    "offline_enabled": false,
    "action": {
        "default_popup": "menu.html",
        "default_icon": {
            "128": "assets\/Kinguin_favicon.png"
        }
    },
    "icons": {
        "128": "assets\/Kinguin_favicon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/store.steampowered.com\/app\/*",
                "https:\/\/store.epicgames.com\/*",
                "https:\/\/www.origin.com\/*",
                "https:\/\/www.ea.com\/*",
                "https:\/\/www.gog.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.kinguin.net\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/kinguin.net\/*",
        "https:\/\/www.kinguin.net\/*",
        "https:\/\/static.kinguin.net\/*",
        "https:\/\/api.steampowered.com\/*",
        "https:\/\/steamcommunity.com\/*",
        "https:\/\/store.steampowered.com\/wishlist*"
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "contextMenus"
    ],
    "manifest_version": 3
}