Steam Cleaner
The first extension that I made.
Qu'est-ce que Steam Cleaner ?
Steam Cleaner est une extension Chrome développée par Adam Shaw, et sa fonction principale est "The first extension that I made.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Steam Cleaner
Téléchargez les fichiers d'extension Steam Cleaner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Cleans up Steam Greenlight pages (removing extra banners) and adds "Vote Down and Next item" button. More features to come in the future.
Informations de Base sur l'Extension
Nom | |
ID | blocallakhfbheckclfcjhechmkpeibe |
URL Officiel | https://chromewebstore.google.com/detail/steam-cleaner/blocallakhfbheckclfcjhechmkpeibe |
Description | The first extension that I made. |
Taille du Fichier | 16.21 KB |
Nombre d'Installations | 394 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2012-11-15 |
Date de Publication | 2012-11-14 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | Adam Shaw |
Type de Paiement | free |
Langues Prises en Charge | 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 } ] } |