Streamelements Store Plus

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

Co to jest Streamelements Store Plus?

Streamelements Store Plus to rozszerzenie Chrome opracowane przez luismiguelprs, a jego główną funkcją jest „Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Streamelements Store Plus

Pobierz pliki rozszerzeń Streamelements Store Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Streamelements Store Plus Streamelements Store Plus
ID bnohnioigfecaljdondphgeckfpdepkk
Oficjalny URL https://chromewebstore.google.com/detail/streamelements-store-plus/bnohnioigfecaljdondphgeckfpdepkk
Opis Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…
Rozmiar pliku 2.97 MB
Liczba instalacji 56
Aktualna Wersja 0.0.17
Ostatnia Aktualizacja 2024-01-08
Data Publikacji 2023-11-17
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper luismiguelprs
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}