GOG Prices

Displays regional prices on GOG.

GOG Prices क्या है?

GOG Prices joludelgar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays regional prices on GOG."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GOG Prices एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
गोपनीयता नीति पृष्ठ 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\/*"
            ]
        }
    ]
}