微博图片反查
查看微博图片的po主
微博图片反查とは何ですか?
微博图片反查はfei-keによって開発されたChromeの拡張機能で、その主な機能は「查看微博图片的po主」です。
拡張機能のスクリーンショット
微博图片反查拡張機能のCRXファイルをダウンロード
微博图片反查拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
通过微博图片 微博图床 反查上传者
https://github.com/fei-ke/WeiboImageReverse
ps: https://www.v2ex.com/t/388152 拡張機能の基本情報
| 名前 | |
| ID | egbnikffkpbahjabjhgblnfgbcnckjop |
| 公式URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E5%8D%9A%E5%9B%BE%E7%89%87%E5%8F%8D%E6%9F%A5/egbnikffkpbahjabjhgblnfgbcnckjop |
| 説明 | 查看微博图片的po主 |
| ファイルサイズ | 35.77 KB |
| インストール数 | 3,737 |
| 現在のバージョン | 0.3 |
| 最終更新日 | 2022-06-29 |
| 公開日 | 2018-11-01 |
| 評価 | 4.27/5 合計 15 レビュー |
| 開発者 | fei-ke |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/fei-ke/WeiboImageReverse |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\u5fae\u535a\u56fe\u7247\u53cd\u67e5",
"description": "\u67e5\u770b\u5fae\u535a\u56fe\u7247\u7684po\u4e3b",
"version": "0.3",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "background.js"
}
} | |