Streamelements Store Plus

Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…

Streamelements Store Plusとは何ですか?

Streamelements Store Plusはluismiguelprsによって開発されたChromeの拡張機能で、その主な機能は「Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…」です。

拡張機能のスクリーンショット

screenshot

Streamelements Store Plus拡張機能のCRXファイルをダウンロード

Streamelements Store Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Add new features at Streamelements Stores:

💰 Display Steam price of store items!
🚫 Hide Sold Out items

Feel free to stay in touch and suggest any features you want!                    

拡張機能の基本情報

名前 Streamelements Store Plus Streamelements Store Plus
ID bnohnioigfecaljdondphgeckfpdepkk
公式URL https://chromewebstore.google.com/detail/streamelements-store-plus/bnohnioigfecaljdondphgeckfpdepkk
説明 Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…
ファイルサイズ 2.97 MB
インストール数 56
現在のバージョン 0.0.17
最終更新日 2024-01-08
公開日 2023-11-17
評価 5.00/5 合計 6 レビュー
開発者 luismiguelprs
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Streamelements Store Plus",
    "version": "0.0.17",
    "icons": {
        "128": "icon-128.2790b6f2.png"
    },
    "background": {
        "service_worker": "background.efc70194.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/streamelements.com\/*"
            ],
            "js": [
                "steam-prices.runtime.0d1a6982.js",
                "steam-prices.44b0443b.js",
                "hide-sold-out.b6b61e72.js"
            ],
            "css": [
                "styles.98957d38.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/steamcommunity.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/streamelements.com\/*"
            ],
            "resources": [
                "loader.c456915b.png",
                "steam-logo.fd9401f9.svg"
            ]
        }
    ]
}