BiuHelper
Biu辅助工具。(原名:biu上传器)
What is BiuHelper?
BiuHelper is a Chrome extension developed by Ted Zyzsdy, and its main feature is "Biu辅助工具。(原名:biu上传器)".
Extension Screenshots
Download BiuHelper Extension CRX File
Download BiuHelper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Biu.moe用批量上传工具。可支持断点续传。 安装后单击工具栏上的biu的logo就可以开始上传了。 之后会变成biu的多功能辅助工具,增加一些其他的东西玩。
Extension Basic Information
Name | |
ID | dhhhihdpmpfkaogilimpdifmlinchjbl |
Official URL | https://chromewebstore.google.com/detail/biuhelper/dhhhihdpmpfkaogilimpdifmlinchjbl |
Description | Biu辅助工具。(原名:biu上传器) |
File Size | 279 KB |
Installation Count | 38 |
Current Version | 1.1.1.93 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Ted Zyzsdy |
Payment Type | free |
Supported Languages | 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\/" ] } |