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 هو إضافة Chrome تم تطويرها بواسطة kinguin، والميزة الرئيسية لها هي "See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Kinguin Deal Hunter

قم بتنزيل ملفات الامتداد Kinguin Deal Hunter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
}