Steam enhancer
Steam web page enhancements
Cos'è Steam enhancer?
Steam enhancer è un'estensione di Chrome sviluppata da Chris Elioglou, e la sua funzione principale è "Steam web page enhancements".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steam enhancer
Scarica i file di estensione Steam enhancer 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
Steam extension that enhances your steam page browsing experience.
Features included in version 1.0.0:
- Date filters added to: /account/licenses/ page Informazioni di Base sull'Estensione
| Nome | |
| ID | bbeiicdpkjjnklkakpjefchmeojiabap |
| URL Ufficiale | https://chromewebstore.google.com/detail/steam-enhancer/bbeiicdpkjjnklkakpjefchmeojiabap |
| Descrizione | Steam web page enhancements |
| Dimensione del File | 6.59 KB |
| Conteggio Installazioni | 46 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2023-04-03 |
| Data di Pubblicazione | 2023-04-02 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Chris Elioglou |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Steam enhancer",
"version": "1.0.0",
"author": "Chris Elioglou",
"description": "Steam web page enhancements",
"content_scripts": [
{
"css": [
".\/app.css"
],
"js": [
".\/app.js"
],
"run_at": "document_idle",
"matches": [
"https:\/\/store.steampowered.com\/account\/*"
]
}
],
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
} | |