哔哩哔哩助手

Bilibili Helper

What is 哔哩哔哩助手?

哔哩哔哩助手 is a Chrome extension developed by http://moehero.com, and its main feature is "Bilibili Helper".

Download 哔哩哔哩助手 Extension CRX File

Download 哔哩哔哩助手 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

                        Bilibili助手                    

Extension Basic Information

Name 哔哩哔哩助手 哔哩哔哩助手
ID ojfogapglcjncgaeniboodgjnpkdimfi
Official URL https://chrome.google.com/webstore/detail/%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9%E5%8A%A9%E6%89%8B/ojfogapglcjncgaeniboodgjnpkdimfi
Description Bilibili Helper
File Size 115 KB
Installation Count 726
Current Version 0.1.3.58
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.64/5 Total 11 Ratings
Developer http://moehero.com
Payment Type free
Extension Website https://bh.moehero.com/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u54d4\u54e9\u54d4\u54e9\u52a9\u624b",
    "permissions": [
        "*:\/\/*.bilibili.com\/*",
        "*:\/\/*.moehero.com\/*",
        "*:\/\/static.hdslb.com\/*",
        "notifications",
        "webRequest",
        "tabs"
    ],
    "icons": {
        "48": "resources\/images\/icon.png",
        "128": "resources\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": "resources\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "resources\/js\/jquery-3.1.1.min.js",
            "background.min.js"
        ]
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.bilibili.com\/*"
        ]
    },
    "web_accessible_resources": [
        "*_inject.min.*",
        "resources\/*",
        "binding.html"
    ],
    "options_page": "options\/options.html",
    "homepage_url": "https:\/\/bh.moehero.com\/",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "0.1.3.58",
    "description": "Bilibili Helper"
}