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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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\/*"
            ]
        }
    ]
}