Steam Cleaner
The first extension that I made.
什麼是Steam Cleaner?
Steam Cleaner是由Adam Shaw開發的Chrome擴展程式,該擴展的主要功能是“The first extension that I made.”。
擴展截圖
下載Steam Cleaner擴展crx文件
下載Steam Cleaner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Cleans up Steam Greenlight pages (removing extra banners) and adds "Vote Down and Next item" button. More features to come in the future.
擴展基本資訊
名稱 | |
ID | blocallakhfbheckclfcjhechmkpeibe |
官方網址 | https://chromewebstore.google.com/detail/steam-cleaner/blocallakhfbheckclfcjhechmkpeibe |
簡介 | The first extension that I made. |
檔案大小 | 16.21 KB |
安裝次數 | 394 |
目前版本 | 1.0 |
更新時間 | 2012-11-15 |
上架時間 | 2012-11-14 |
評分 | 3.50/5 共 2 次評分 |
開發者 | Adam Shaw |
付費類型 | free |
支援的語言 | 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 } ] } |