bilibili首页助手

删除无用的界面.

What is bilibili首页助手?

bilibili首页助手 is a Chrome extension developed by lizeqiangd, and its main feature is "删除无用的界面.".

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

                        清理没有用的广告位置和首页无用的推广.                    

Extension Basic Information

Name bilibili首页助手 bilibili首页助手
ID kpijkofgmkkaeebhaoiphcnmjmdcbcnf
Official URL https://chromewebstore.google.com/detail/bilibili%E9%A6%96%E9%A1%B5%E5%8A%A9%E6%89%8B/kpijkofgmkkaeebhaoiphcnmjmdcbcnf
Description 删除无用的界面.
File Size 44.19 KB
Installation Count 21
Current Version 1.0
Last Updated 2016-03-22
Publish Date 2016-03-20
Developer lizeqiangd
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "bilibili\u9996\u9875\u52a9\u624b",
    "description": "\u5220\u9664\u65e0\u7528\u7684\u754c\u9762.",
    "version": "1.0",
    "author": "Lizeqiangd",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/chrome_plugin.acgs.me\/"
    ],
    "icons": {
        "80": "80icon.JPG",
        "128": "128icon.JPG"
    },
    "web_accessible_resources": [
        "jquery.min.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/bilibili.com\/*",
                "http:\/\/www.bilibili.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ]
}