Steam Cleaner
The first extension that I made.
Cos'è Steam Cleaner?
Steam Cleaner è un'estensione di Chrome sviluppata da Adam Shaw, e la sua funzione principale è "The first extension that I made.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steam Cleaner
Scarica i file di estensione Steam Cleaner 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
Cleans up Steam Greenlight pages (removing extra banners) and adds "Vote Down and Next item" button. More features to come in the future.
Informazioni di Base sull'Estensione
Nome | |
ID | blocallakhfbheckclfcjhechmkpeibe |
URL Ufficiale | https://chromewebstore.google.com/detail/steam-cleaner/blocallakhfbheckclfcjhechmkpeibe |
Descrizione | The first extension that I made. |
Dimensione del File | 16.21 KB |
Conteggio Installazioni | 394 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2012-11-15 |
Data di Pubblicazione | 2012-11-14 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | Adam Shaw |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Cleaner", "version": "1.0", "manifest_version": 2, "description": "The first extension that I made.", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.steamcommunity.com\/*", "http:\/\/steamcommunity.com\/*", "http:\/\/*.steampowered.com\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false } ] } |