哔哩哔哩多账号工具

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

Hvad er 哔哩哔哩多账号工具?

哔哩哔哩多账号工具 er en Chrome-udvidelse udviklet af https://aidbo.fun, og dens hovedfunktion er "在 B 站(bilibili.com)自由切换账号".

Udvidelsesskærmbilleder

screenshot
screenshot

Download 哔哩哔哩多账号工具-udvidelses-CRX-fil

Download 哔哩哔哩多账号工具-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

Grundlæggende oplysninger om udvidelsen

Navn 哔哩哔哩多账号工具 哔哩哔哩多账号工具
ID efnnfopebgibgkjlpjjleeamfofhgjgk
Officiel 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
Beskrivelse 在 B 站(bilibili.com)自由切换账号
Filstørrelse 109 KB
Antal Installationer 138
Nuværende Version 0.1.1
Senest Opdateret 2023-10-09
Udgivelsesdato 2023-06-08
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://aidbo.fun
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://aidbo.fun/portfolios/bilibili-multi-account
Hjælpeside-URL https://aidbo.fun/portfolios/bilibili-multi-account
Understøttede Sprog 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'"
    }
}