B站助手

B站助手:主要功能,过滤指定的标题,UP主 插件技术qq:429813475

What is B站助手?

B站助手 is a Chrome extension developed by zhaocrx, and its main feature is "B站助手:主要功能,过滤指定的标题,UP主 插件技术qq:429813475".

Extension Screenshots

screenshot

Download B站助手 Extension CRX File

Download B站助手 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

                        功能简介

在使用哔哩哔哩的时候,有些up主上传的内容我们不想看
有些标题内容不想看。
利用插件让他们消失
插件百分百原创,十年码农,专业写浏览器插件。


使用方法

启动插件
设置屏蔽标题,和up主
完毕                    

Extension Basic Information

Name B站助手 B站助手
ID ldomdjcklhmbnbdkoinfkkpfhdfpekjk
Official URL https://chromewebstore.google.com/detail/b%E7%AB%99%E5%8A%A9%E6%89%8B/ldomdjcklhmbnbdkoinfkkpfhdfpekjk
Description B站助手:主要功能,过滤指定的标题,UP主 插件技术qq:429813475
File Size 449 KB
Installation Count 173
Current Version 1.1
Last Updated 2021-02-06
Publish Date 2021-02-05
Rating 5.00/5 Total 5 Ratings
Developer zhaocrx
Email [email protected]
Payment Type free
Extension Website https://www.zhaocrx.com/
Help Page URL https://www.zhaocrx.com/Plug/PlugDetail-3538.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "B\u7ad9\u52a9\u624b",
    "version": "1.1",
    "description": "B\u7ad9\u52a9\u624b\uff1a\u4e3b\u8981\u529f\u80fd\uff0c\u8fc7\u6ee4\u6307\u5b9a\u7684\u6807\u9898\uff0cUP\u4e3b \u63d2\u4ef6\u6280\u672fqq\uff1a429813475",
    "author": "\u5929\u4e01",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bilibili.com\/*"
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/content-script.js",
                "js\/layer.js"
            ],
            "css": [
                "css\/home.css",
                "css\/layer.css",
                "css\/layui.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.bilibili.com\/*",
        "storage"
    ]
}