哔哩哔哩多账号工具
在 B 站(bilibili.com)自由切换账号
哔哩哔哩多账号工具 là gì?
哔哩哔哩多账号工具 là một tiện ích mở rộng Chrome được phát triển bởi https://aidbo.fun, và tính năng chính của nó là "在 B 站(bilibili.com)自由切换账号".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 哔哩哔哩多账号工具
Tải xuống các tệp mở rộng 哔哩哔哩多账号工具 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
可以给在B站有多个账号的用户登录多个账号并自由切换的功能。包括: 首页、视频页、直播页面的头像下浮框中切换用户; 点击扩展程序Logo弹出切换用户窗口。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 哔哩哔哩多账号工具 |
ID | efnnfopebgibgkjlpjjleeamfofhgjgk |
URL Chính Thức | 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 |
Mô tả | 在 B 站(bilibili.com)自由切换账号 |
Kích Thước Tệp | 109 KB |
Số Lần Cài Đặt | 138 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2023-10-09 |
Ngày Phát Hành | 2023-06-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://aidbo.fun |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://aidbo.fun/portfolios/bilibili-multi-account |
URL Trang Trợ Giúp | https://aidbo.fun/portfolios/bilibili-multi-account |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |