bilibili哔哩哔哩工具箱

bilibili哔哩哔哩视频,封面,弹幕下载和辅助工具箱

What is bilibili哔哩哔哩工具箱?

bilibili哔哩哔哩工具箱 is a Chrome extension developed by luyang.yuri, and its main feature is "bilibili哔哩哔哩视频,封面,弹幕下载和辅助工具箱".

Extension Screenshots

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

                        哔哩哔哩工具箱,可以让你更加便捷的使用桌面Web端的哔哩哔哩(bilibili)主站点

现有功能:

1. 视频下载
2. 视频封面下载
3. 视频弹幕下载
4. 黑夜模式
5. 视频播放页面默认打开宽屏模式
6. 视频播放页面下拉到评论区时,自动打开小窗口播放                    

Extension Basic Information

Name bilibili哔哩哔哩工具箱 bilibili哔哩哔哩工具箱
ID fgfpnomcgehjpdgbpgblbjmelgbkjjip
Official URL https://chrome.google.com/webstore/detail/bilibili%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9%E5%B7%A5%E5%85%B7%E7%AE%B1/fgfpnomcgehjpdgbpgblbjmelgbkjjip
Description bilibili哔哩哔哩视频,封面,弹幕下载和辅助工具箱
File Size 491 KB
Installation Count 465
Current Version 1.0.0
Last Updated 2020-03-31
Publish Date 2020-03-31
Rating 3.00/5 Total 1 Ratings
Developer luyang.yuri
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "bilibili\u54d4\u54e9\u54d4\u54e9\u5de5\u5177\u7bb1",
    "description": "bilibili\u54d4\u54e9\u54d4\u54e9\u89c6\u9891\uff0c\u5c01\u9762\uff0c\u5f39\u5e55\u4e0b\u8f7d\u548c\u8f85\u52a9\u5de5\u5177\u7bb1",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/bilibili_128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "downloads",
        "contextMenus",
        "notifications",
        "declarativeContent",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.acgvideo.com\/*",
        "*:\/\/*.bilibili.com\/*",
        "*:\/\/bilibili-helper.github.io\/*",
        "*:\/\/*.hdslb.com\/*",
        "*:\/\/*.bilivideo.com\/*"
    ],
    "browser_action": {
        "default_title": "my-extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bilibili.com\/video\/*",
                "https:\/\/www.bilibili.com\/video\/*"
            ],
            "js": [
                "content\/cs-init.js",
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}