Streamelements Store Plus
Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…
Cos'è Streamelements Store Plus?
Streamelements Store Plus è un'estensione di Chrome sviluppata da luismiguelprs, e la sua funzione principale è "Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Streamelements Store Plus
Scarica i file di estensione Streamelements Store Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | bnohnioigfecaljdondphgeckfpdepkk |
| URL Ufficiale | https://chromewebstore.google.com/detail/streamelements-store-plus/bnohnioigfecaljdondphgeckfpdepkk |
| Descrizione | Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in… |
| Dimensione del File | 2.97 MB |
| Conteggio Installazioni | 56 |
| Versione Corrente | 0.0.17 |
| Ultimo Aggiornamento | 2024-01-08 |
| Data di Pubblicazione | 2023-11-17 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | luismiguelprs |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |