B站图床
B站图床、转短链插件
B站图床とは何ですか?
B站图床は执笔看墨花开によって開発されたChromeの拡張機能で、その主な機能は「B站图床、转短链插件」です。
拡張機能のスクリーンショット
B站图床拡張機能のCRXファイルをダウンロード
B站图床拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
通过哔哩哔哩发布动态功能中的图片上传API存储建立图床,数据完全存在本地,代码开源:https://github.com/xlzy520/bilibili-img-uploader 拡張機能の基本情報
| 名前 | |
| 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 レビュー |
| 開発者 | 执笔看墨花开 |
| Eメール | [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'"
}
} | |