SteamLevelU Extension
Improves interaction with game badges and profile level
SteamLevelU Extension란 무엇입니까?
SteamLevelU Extension은(는) SteamLevelU.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves interaction with game badges and profile level"입니다.
확장 프로그램 스크린샷
SteamLevelU Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Craft badges, count sets to reach higher steam level and much more to come...
확장 프로그램 기본 정보
이름 | SteamLevelU Extension |
ID | kbhpgleleakfcijediopmhddclffidbg |
공식 URL | https://chromewebstore.google.com/detail/steamlevelu-extension/kbhpgleleakfcijediopmhddclffidbg |
설명 | Improves interaction with game badges and profile level |
파일 크기 | 156 KB |
설치 횟수 | 1,352 |
현재 버전 | 0.2 |
최근 업데이트 | 2023-05-04 |
출시 날짜 | 2023-05-01 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | SteamLevelU.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://steamlevelu.com/ |
지원되는 언어 | en |
manifest.json | |
{ "action": { "default_icon": "icons\/icon.png", "default_popup": "page.html", "default_title": "SteamLevelU Extension" }, "content_scripts": [ { "css": [ "style\/style.css" ], "js": [ "script\/helper.js" ], "matches": [ "*:\/\/steamcommunity.com\/*" ], "run_at": "document_end" }, { "css": [ "style\/style.css" ], "js": [ "script\/helper.js", "script\/craftInjection.js" ], "matches": [ "*:\/\/steamcommunity.com\/id\/*\/badges\/*", "*:\/\/steamcommunity.com\/profiles\/*\/badges\/*", "*:\/\/steamcommunity.com\/id\/*\/badges", "*:\/\/steamcommunity.com\/profiles\/*\/badges" ], "run_at": "document_end" } ], "description": "Improves interaction with game badges and profile level", "externally_connectable": { "matches": [ "*:\/\/steamcommunity.com\/*" ] }, "host_permissions": [ "*:\/\/steamcommunity.com\/*" ], "icons": { "128": "icons\/icon128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi\/VXMO6Fo1IXFTATq0IkLEASXSYOfZrDOOObj96NcnC1gMlaW4L0DylDXVltYYNpvuHievUMnFi9NXtTExKkqcD8BVRRI0\/1uLheZOXSOH4\/aaE\/x9rVbi5TNEZ8mkJurASNJtsMaqzMG2SKYLtnXD1A7Q9\/8EZayxn4NNOFjxSY4qZHLiI242nOBxA8in3HkNb3\/XdNpgeemsZ8pT0TjE4BxOfF7Otw72M7REJdnteNwp5Mae5jvWhPCy0ZJGWhfgTzEzQV1CviDkQBrXzXrbLQzEY+WFq6bebKZnJ295e470HcxZKBS27\/O9TIdlY\/EmetqqZEojylWs8\/P8ykSwIDAQAB", "manifest_version": 3, "name": "SteamLevelU Extension", "permissions": [ "storage", "scripting", "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2", "web_accessible_resources": [ { "matches": [ "*:\/\/steamcommunity.com\/*" ], "resources": [ "style\/style.css", "script\/helper.js", "script\/*.js", "icons\/*", "fonts\/*" ] } ] } |