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
公式URL 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"
}