Divine Shop Extension

Divine Shop Extension makes it easier to buy games from Steam

什麼是Divine Shop Extension?

Divine Shop Extension是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Divine Shop Extension makes it easier to buy games from Steam”。

擴展截圖

screenshot

下載Divine Shop Extension擴展crx文件

下載Divine Shop Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Divine Shop Extension Divine Shop Extension
ID mcooicaephmnnieacffgaloljidmcpap
官方網址 https://chromewebstore.google.com/detail/divine-shop-extension/mcooicaephmnnieacffgaloljidmcpap
簡介 Divine Shop Extension makes it easier to buy games from Steam
檔案大小 56.14 KB
安裝次數 150
目前版本 1.0.7
更新時間 2022-02-22
上架時間 2020-03-31
評分 4.88/5 共 16 次評分
開發者 Unknown
付費類型 free
擴展官網 https://divineshop.vn/
說明頁面URL https://divineshop.vn/
支援的語言 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"
}