Divine Shop Extension

Divine Shop Extension makes it easier to buy games from Steam

What is Divine Shop Extension?

Divine Shop Extension is a Chrome extension developed by Unknown, and its main feature is "Divine Shop Extension makes it easier to buy games from Steam".

Extension Screenshots

screenshot

Download Divine Shop Extension Extension CRX File

Download Divine Shop Extension 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

                        The extension adds a purchase button for apps at Steam that shows the price from Divine Shop and directs user to the app page at Divine Shop.                    

Extension Basic Information

Name Divine Shop Extension Divine Shop Extension
ID mcooicaephmnnieacffgaloljidmcpap
Official URL https://chromewebstore.google.com/detail/divine-shop-extension/mcooicaephmnnieacffgaloljidmcpap
Description Divine Shop Extension makes it easier to buy games from Steam
File Size 56.14 KB
Installation Count 150
Current Version 1.0.7
Last Updated 2022-02-22
Publish Date 2020-03-31
Rating 4.88/5 Total 16 Ratings
Developer Unknown
Payment Type free
Extension Website https://divineshop.vn/
Help Page URL https://divineshop.vn/
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/store.steampowered.com\/app\/*",
                "https:\/\/store.steampowered.com\/sub\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Divine Shop Extension makes it easier to buy games from Steam",
    "browser_action": {
        "default_icon": {
            "16": "divine-16.png",
            "46": "divine-48.png"
        }
    },
    "icons": {
        "16": "divine-16.png",
        "48": "divine-48.png",
        "96": "divine-96.png",
        "128": "divine-128.png"
    },
    "web_accessible_resources": [
        "divine-24.png"
    ],
    "name": "Divine Shop Extension",
    "version": "1.0.7"
}