Helpless Steam Tools
This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!
什么是Helpless Steam Tools?
Helpless Steam Tools是由https://www.mrhelpless.xyz开发的Chrome扩展程序,该扩展的主要功能是“This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!”。
扩展截图
下载Helpless Steam Tools扩展crx文件
下载Helpless Steam Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It is still in development! Current functions: -[Fix Images] Shows up Artworks that are normally not visable for you. -[Center Infobox] Shows up a centerline in every showcase box on your profile edit page, so you can center your text easier. Thanks for testing :D
扩展基本信息
名称 | Helpless Steam Tools |
ID | olknjonadmjdeaneiggmheccpbjagjok |
官方URL | https://chromewebstore.google.com/detail/helpless-steam-tools/olknjonadmjdeaneiggmheccpbjagjok |
简介 | This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile! |
文件大小 | 17.12 KB |
安装次数 | 38 |
当前版本 | 0.0.1.3 |
更新时间 | 2020-03-09 |
上架时间 | 2020-03-08 |
开发者 | https://www.mrhelpless.xyz |
付费类型 | free |
扩展官网 | https://www.mrhelpless.xyz/extension/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Helpless Steam Tools", "version": "0.0.1.3", "manifest_version": 2, "description": "This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!", "icons": { "16": "logo_16.png", "48": "logo_48.png", "128": "logo_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/steamcommunity.com\/id\/*\/images\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] }, { "matches": [ "*:\/\/steamcommunity.com\/id\/*\/edit" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "Helpless Steam Tools" } } |