Steam Cleaner
The first extension that I made.
Wat is Steam Cleaner?
Steam Cleaner is een Chrome-extensie ontwikkeld door Adam Shaw, en de belangrijkste functie is "The first extension that I made.".
Extensie Screenshots
Download het CRX-bestand van de extensie Steam Cleaner
Download Steam Cleaner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Cleans up Steam Greenlight pages (removing extra banners) and adds "Vote Down and Next item" button. More features to come in the future.
Basisinformatie over de Extensie
Naam | |
ID | blocallakhfbheckclfcjhechmkpeibe |
Officiële URL | https://chromewebstore.google.com/detail/steam-cleaner/blocallakhfbheckclfcjhechmkpeibe |
Beschrijving | The first extension that I made. |
Bestandsgrootte | 16.21 KB |
Aantal Installaties | 394 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2012-11-15 |
Publicatiedatum | 2012-11-14 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Adam Shaw |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |