哔哩哔哩多账号工具
在 B 站(bilibili.com)自由切换账号
Wat is 哔哩哔哩多账号工具?
哔哩哔哩多账号工具 is een Chrome-extensie ontwikkeld door https://aidbo.fun, en de belangrijkste functie is "在 B 站(bilibili.com)自由切换账号".
Extensie Screenshots
Download het CRX-bestand van de extensie 哔哩哔哩多账号工具
Download 哔哩哔哩多账号工具-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
可以给在B站有多个账号的用户登录多个账号并自由切换的功能。包括: 首页、视频页、直播页面的头像下浮框中切换用户; 点击扩展程序Logo弹出切换用户窗口。
Basisinformatie over de Extensie
Naam | 哔哩哔哩多账号工具 |
ID | efnnfopebgibgkjlpjjleeamfofhgjgk |
Officiële 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 |
Beschrijving | 在 B 站(bilibili.com)自由切换账号 |
Bestandsgrootte | 109 KB |
Aantal Installaties | 138 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2023-10-09 |
Publicatiedatum | 2023-06-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://aidbo.fun |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://aidbo.fun/portfolios/bilibili-multi-account |
Help Pagina-URL | https://aidbo.fun/portfolios/bilibili-multi-account |
Ondersteunde Talen | 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": [ " |