B站图床
B站图床、转短链插件
B站图床란 무엇입니까?
B站图床은(는) 执笔看墨花开에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "B站图床、转短链插件"입니다.
확장 프로그램 스크린샷
B站图床 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
通过哔哩哔哩发布动态功能中的图片上传API存储建立图床,数据完全存在本地,代码开源:https://github.com/xlzy520/bilibili-img-uploader
확장 프로그램 기본 정보
이름 | B站图床 |
ID | domljbndjbjgpkhdbmfgmiclggdfojnd |
공식 URL | https://chromewebstore.google.com/detail/b%E7%AB%99%E5%9B%BE%E5%BA%8A/domljbndjbjgpkhdbmfgmiclggdfojnd |
설명 | B站图床、转短链插件 |
파일 크기 | 411 KB |
설치 횟수 | 1,000 |
현재 버전 | 2.2.4 |
최근 업데이트 | 2023-12-13 |
출시 날짜 | 2022-01-26 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | 执笔看墨花开 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/xlzy520/bilibili-img-uploader |
도움말 페이지 URL | https://github.com/xlzy520/bilibili-img-uploader |
지원되는 언어 | 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'" } } |