SteGOG

Display games owned on Steam in GOG

What is SteGOG?

SteGOG is a Chrome extension developed by ugzuzg, and its main feature is "Display games owned on Steam in GOG".

Extension Screenshots

screenshot

Download SteGOG Extension CRX File

Download SteGOG extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Display games owned on Steam in GOG.com so you can know if you already own the game on a different platform.                    

Extension Basic Information

Name SteGOG SteGOG
ID kodcngdbaokdlnipnhcmhhpkmnnkdfjo
Official URL https://chromewebstore.google.com/detail/stegog/kodcngdbaokdlnipnhcmhhpkmnnkdfjo
Description Display games owned on Steam in GOG
File Size 89.75 KB
Installation Count 173
Current Version 0.0.17
Last Updated 2023-02-03
Publish Date 2020-04-30
Rating 2.25/5 Total 4 Ratings
Developer ugzuzg
Email [email protected]
Payment Type free
Extension Website https://github.com/Ugzuzg/gog-owned-on-steam-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SteGOG",
    "version": "0.0.17",
    "description": "Display games owned on Steam in GOG",
    "icons": {
        "48": "icons\/stegog-48.png",
        "128": "icons\/stegog-128.png"
    },
    "options_ui": {
        "page": "src\/options.html",
        "browser_style": true
    },
    "permissions": [
        "*:\/\/api.steampowered.com\/*",
        "*:\/\/api.isthereanydeal.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/bluebird.min.js",
            "lib\/browser-polyfill.min.js",
            "src\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gog.com\/*"
            ],
            "js": [
                "lib\/bluebird.min.js",
                "lib\/browser-polyfill.min.js",
                "lib\/lodash.min.js",
                "src\/stegog.js"
            ],
            "css": [
                "src\/stegog.css"
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "web_accessible_resources": [
        "images\/g99.png"
    ]
}