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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |