GOG Prices

Displays regional prices on GOG.

ما هو GOG Prices؟

GOG Prices هو إضافة Chrome تم تطويرها بواسطة joludelgar، والميزة الرئيسية لها هي "Displays regional prices on GOG.".

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

screenshot

تحميل ملف CRX للإضافة GOG Prices

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

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

                        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/
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}