Steam Extensions
有疑问来B站直播间:https://live.bilibili.com/22447482
Steam Extensions란 무엇입니까?
Steam Extensions은(는) fenglaijun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "有疑问来B站直播间:https://live.bilibili.com/22447482"입니다.
확장 프로그램 스크린샷
Steam Extensions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
打开Steam消费历史页面并且点击底部的“加载更多交易”即可展示全部开箱数据统计; 同样操作也可以查看蒸汽平台的开箱统计; 统计出金:在库存历史一直加载更多,会自动统计出金的记录显示在右上角 选项:增加合并多账号数据设置
확장 프로그램 기본 정보
이름 | Steam Extensions |
ID | afheiigcbbalndmghbolcgchbfafindm |
공식 URL | https://chromewebstore.google.com/detail/steam-extensions/afheiigcbbalndmghbolcgchbfafindm |
설명 | 有疑问来B站直播间:https://live.bilibili.com/22447482 |
파일 크기 | 52.05 KB |
설치 횟수 | 170 |
현재 버전 | 1.2.6 |
최근 업데이트 | 2022-08-13 |
출시 날짜 | 2020-08-23 |
개발자 | fenglaijun |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/BinaryParadise/steam-extension |
도움말 페이지 URL | https://github.com/BinaryParadise/steam-extension |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Extensions", "description": "\u6709\u7591\u95ee\u6765B\u7ad9\u76f4\u64ad\u95f4\uff1ahttps:\/\/live.bilibili.com\/22447482", "version": "1.2.6", "manifest_version": 2, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "extension.png" }, "content_scripts": [ { "matches": [ "*:\/\/store.steampowered.com\/account\/history\/*" ], "js": [ "lib\/jquery-1.11.1.min.js", "lib\/bridge.js", "lib\/utils.js", "case.js" ], "css": [ "css\/toolbox.css" ] }, { "matches": [ "*:\/\/steamcommunity.com\/profiles\/*\/inventoryhistory\/*" ], "js": [ "lib\/jquery-1.11.1.min.js", "lib\/bridge.js", "lib\/utils.js", "golden.js" ], "css": [ "css\/toolbox.css" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "*:\/\/store.steampowered.com\/account\/history\/*", "*:\/\/steamcommunity.com\/profiles\/*\/inventoryhistory\/*", "webRequest", "storage" ] } |