哔哩哔哩多账号工具
在 B 站(bilibili.com)自由切换账号
Vad är 哔哩哔哩多账号工具?
哔哩哔哩多账号工具 är en Chrome-tillägg utvecklad av https://aidbo.fun, och dess huvudfunktion är "在 B 站(bilibili.com)自由切换账号".
Tilläggsskärmbilder
Ladda ner 哔哩哔哩多账号工具-förlängningens CRX-fil
Ladda ner 哔哩哔哩多账号工具-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
可以给在B站有多个账号的用户登录多个账号并自由切换的功能。包括:
首页、视频页、直播页面的头像下浮框中切换用户;
点击扩展程序Logo弹出切换用户窗口。 Grundläggande Information om Tillägg
| Namn | |
| ID | efnnfopebgibgkjlpjjleeamfofhgjgk |
| Officiell webbadress | 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 |
| Beskrivning | 在 B 站(bilibili.com)自由切换账号 |
| Filstorlek | 109 KB |
| Antal Installationer | 138 |
| Aktuell Version | 0.1.1 |
| Senast Uppdaterad | 2023-10-09 |
| Publiceringsdatum | 2023-06-08 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://aidbo.fun |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://aidbo.fun/portfolios/bilibili-multi-account |
| Hjälpsida URL | https://aidbo.fun/portfolios/bilibili-multi-account |
| Stödda Språk | 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": [
" | |