Streamelements Store Plus

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

What is Streamelements Store Plus?

Streamelements Store Plus is a Chrome extension developed by luismiguelprs, and its main feature is "Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…".

Extension Screenshots

screenshot

Download Streamelements Store Plus Extension CRX File

Download Streamelements Store Plus 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

                        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!                    

Extension Basic Information

Name Streamelements Store Plus Streamelements Store Plus
ID bnohnioigfecaljdondphgeckfpdepkk
Official URL https://chromewebstore.google.com/detail/streamelements-store-plus/bnohnioigfecaljdondphgeckfpdepkk
Description Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…
File Size 2.97 MB
Installation Count 56
Current Version 0.0.17
Last Updated 2024-01-08
Publish Date 2023-11-17
Rating 5.00/5 Total 6 Ratings
Developer luismiguelprs
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}