BiuHelper
Biu辅助工具。(原名:biu上传器)
BiuHelper란 무엇입니까?
BiuHelper은(는) Ted Zyzsdy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Biu辅助工具。(原名:biu上传器)"입니다.
확장 프로그램 스크린샷
BiuHelper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Biu.moe用批量上传工具。可支持断点续传。 安装后单击工具栏上的biu的logo就可以开始上传了。 之后会变成biu的多功能辅助工具,增加一些其他的东西玩。
확장 프로그램 기본 정보
이름 | |
ID | dhhhihdpmpfkaogilimpdifmlinchjbl |
공식 URL | https://chromewebstore.google.com/detail/biuhelper/dhhhihdpmpfkaogilimpdifmlinchjbl |
설명 | Biu辅助工具。(原名:biu上传器) |
파일 크기 | 279 KB |
설치 횟수 | 38 |
현재 버전 | 1.1.1.93 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Ted Zyzsdy |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BiuHelper", "version": "1.1.1.93", "manifest_version": 2, "description": "Biu\u8f85\u52a9\u5de5\u5177\u3002\uff08\u539f\u540d\uff1abiu\u4e0a\u4f20\u5668\uff09", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "\u70b9\u51fb\u5f00\u59cb\u4e0a\u4f20\u5230Biu~" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage", "http:\/\/biu.moe\/", "https:\/\/biu.moe\/", "http:\/\/*.biu.moe\/", "https:\/\/*.biu.moe\/" ] } |