GOG Prices

Displays regional prices on GOG.

什么是GOG Prices?

GOG Prices是由joludelgar开发的Chrome扩展程序,该扩展的主要功能是“Displays regional prices on GOG.”。

扩展截图

screenshot

下载GOG Prices扩展crx文件

下载GOG Prices扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        GOG Prices is an extension to display the prices of the GOG.com website for different regions. The extension uses GOG's own API to query the different prices and display them on the product pages themselves.

New features:
- Now you can create your own personalized list of countries. Go to options to start creating your list.
- New partial translations added: Russian and Turkish.

Extension web: https://joludelgar.github.io/gog-prices/
Help me with the translation into your language: https://es.crowdin.com/project/gog-prices

To contact and get technical support or send me questions and suggestions, write to me at:  [email protected]                    

扩展基本信息

名称 GOG Prices GOG Prices
ID kcefipchcfefiiongihkadehlfdlfdjm
官方URL https://chromewebstore.google.com/detail/gog-prices/kcefipchcfefiiongihkadehlfdlfdjm
简介 Displays regional prices on GOG.
文件大小 348 KB
安装次数 649
当前版本 0.1.1
更新时间 2024-02-06
上架时间 2023-06-08
评分 5.00/5 共2次评分
开发者 joludelgar
电子邮箱 [email protected]
付费类型 free
扩展官网 https://joludelgar.github.io/gog-prices/
隐私政策页面URL https://joludelgar.github.io/gog-prices/privacy.html
支持的语言 en,fr,tr,es,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.1.1",
    "action": {
        "default_icon": "assets\/gog-prices-icon48.png"
    },
    "icons": {
        "16": "assets\/gog-prices-icon16.png",
        "48": "assets\/gog-prices-icon48.png",
        "128": "assets\/gog-prices-icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.gog.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "options\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "options\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/bg.js"
            ],
            "css": [
                "styles\/styles.css"
            ],
            "matches": [
                "*:\/\/*.gog.com\/*"
            ]
        }
    ]
}