Kinguin Deal Hunter

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

O que é Kinguin Deal Hunter?

Kinguin Deal Hunter é uma extensão do Chrome desenvolvida por kinguin, e sua principal característica é "See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Kinguin Deal Hunter

Baixe arquivos de extensão Kinguin Deal Hunter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Kinguin Deal Hunter Kinguin Deal Hunter
ID idebmghdimgjccojheiaeibngmcmeooa
URL Oficial https://chromewebstore.google.com/detail/kinguin-deal-hunter/idebmghdimgjccojheiaeibngmcmeooa
Descrição See the best offers while browsing Steam, EA, Epic Store, GOG and YouTube with product displays from Kinguin marketplace.
Tamanho do Arquivo 1.54 MB
Contagem de Instalações 1,910
Versão Atual 1.01
Última Atualização 2022-11-23
Data de Publicação 2022-11-15
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor kinguin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}