bilibili图床

简单好用的bilibili图床。

What is bilibili图床?

bilibili图床 is a Chrome extension developed by imcaviare, and its main feature is "简单好用的bilibili图床。".

Extension Screenshots

screenshot
screenshot

Download bilibili图床 Extension CRX File

Download bilibili图床 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

                        - 支持多图上传
- 上传历史浏览和删除
- 支持返回https安全协议的图片地址
- 批量复制地址                    

Extension Basic Information

Name bilibili图床 bilibili图床
ID aofnmlfiomopkmgdngoehlndjcinbhfb
Official URL https://chromewebstore.google.com/detail/bilibili%E5%9B%BE%E5%BA%8A/aofnmlfiomopkmgdngoehlndjcinbhfb
Description 简单好用的bilibili图床。
File Size 2.07 MB
Installation Count 1,131
Current Version 1.0.4
Last Updated 2020-05-05
Publish Date 2020-05-04
Rating 4.50/5 Total 8 Ratings
Developer imcaviare
Payment Type free
Extension Website https://github.com/caviare/BilibiliPicBed
Help Page URL https://github.com/caviare/BilibiliPicBed
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "bilibili\u56fe\u5e8a",
    "description": "\u7b80\u5355\u597d\u7528\u7684bilibili\u56fe\u5e8a\u3002",
    "version": "1.0.4",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.bilibili.com\/*"
    ]
}