哔哩哔哩多账号工具

在 B 站(bilibili.com)自由切换账号

What is 哔哩哔哩多账号工具?

哔哩哔哩多账号工具 is a Chrome extension developed by https://aidbo.fun, and its main feature is "在 B 站(bilibili.com)自由切换账号".

Extension Screenshots

screenshot
screenshot

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

                        可以给在B站有多个账号的用户登录多个账号并自由切换的功能。包括:

首页、视频页、直播页面的头像下浮框中切换用户;
点击扩展程序Logo弹出切换用户窗口。                    

Extension Basic Information

Name 哔哩哔哩多账号工具 哔哩哔哩多账号工具
ID efnnfopebgibgkjlpjjleeamfofhgjgk
Official URL https://chromewebstore.google.com/detail/%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9%E5%A4%9A%E8%B4%A6%E5%8F%B7%E5%B7%A5%E5%85%B7/efnnfopebgibgkjlpjjleeamfofhgjgk
Description 在 B 站(bilibili.com)自由切换账号
File Size 109 KB
Installation Count 138
Current Version 0.1.1
Last Updated 2023-10-09
Publish Date 2023-06-08
Rating 5.00/5 Total 1 Ratings
Developer https://aidbo.fun
Email [email protected]
Payment Type free
Extension Website https://aidbo.fun/portfolios/bilibili-multi-account
Help Page URL https://aidbo.fun/portfolios/bilibili-multi-account
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u54d4\u54e9\u54d4\u54e9\u591a\u8d26\u53f7\u5de5\u5177",
    "version": "0.1.1",
    "description": "\u5728 B \u7ad9(bilibili.com)\u81ea\u7531\u5207\u6362\u8d26\u53f7",
    "default_locale": "zh_CN",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.bilibili.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bilibili.com\/*"
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}