B站图床
B站图床、转短链插件
B站图床 là gì?
B站图床 là một tiện ích mở rộng Chrome được phát triển bởi 执笔看墨花开, và tính năng chính của nó là "B站图床、转短链插件".
Ả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 B站图床
Tải xuống các tệp mở rộng B站图床 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
通过哔哩哔哩发布动态功能中的图片上传API存储建立图床,数据完全存在本地,代码开源:https://github.com/xlzy520/bilibili-img-uploader
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | B站图床 |
ID | domljbndjbjgpkhdbmfgmiclggdfojnd |
URL Chính Thức | https://chromewebstore.google.com/detail/b%E7%AB%99%E5%9B%BE%E5%BA%8A/domljbndjbjgpkhdbmfgmiclggdfojnd |
Mô tả | B站图床、转短链插件 |
Kích Thước Tệp | 411 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 2.2.4 |
Cập Nhật Lần Cuối | 2023-12-13 |
Ngày Phát Hành | 2022-01-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | 执笔看墨花开 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/xlzy520/bilibili-img-uploader |
URL Trang Trợ Giúp | https://github.com/xlzy520/bilibili-img-uploader |
Ngôn Ngữ Được Hỗ Trợ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "B\u7ad9\u56fe\u5e8a", "version": "2.2.4", "description": "B\u7ad9\u56fe\u5e8a\u3001\u8f6c\u77ed\u94fe\u63d2\u4ef6", "homepage_url": "https:\/\/github.com\/xlzy520\/bilibili-img-uploader", "action": { "default_title": "\u54d4\u54e9\u54d4\u54e9\u56fe\u5e8a", "default_icon": ".\/assets\/favicon.png" }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/[email protected]", "48": ".\/assets\/[email protected]", "64": ".\/assets\/[email protected]", "128": ".\/assets\/favicon.png" }, "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/*.bilibili.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.bilibili.com\/*" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ] }, { "matches": [ "https:\/\/www.bilibili.com\/zhibi-image-upload" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ], "css": [ ".\/dist\/contentScripts\/style.css" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |