Streamelements Store Plus
Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…
Apa itu Streamelements Store Plus?
Streamelements Store Plus adalah ekstensi Chrome yang dikembangkan oleh luismiguelprs, dan fitur utamanya adalah "Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Streamelements Store Plus
Unduh file ekstensi Streamelements Store Plus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Streamelements Store Plus |
ID | bnohnioigfecaljdondphgeckfpdepkk |
URL Resmi | https://chromewebstore.google.com/detail/streamelements-store-plus/bnohnioigfecaljdondphgeckfpdepkk |
Deskripsi | Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in… |
Ukuran File | 2.97 MB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 0.0.17 |
Terakhir Diperbarui | 2024-01-08 |
Tanggal Publikasi | 2023-11-17 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | luismiguelprs |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |