微信读书助手
微信读书助手,浏览公众号、听书、一键组队、导出备份笔记
微信读书助手とは何ですか?
微信读书助手はhttps://qnmlgb.techによって開発されたChromeの拡張機能で、その主な機能は「微信读书助手,浏览公众号、听书、一键组队、导出备份笔记」です。
拡張機能のスクリーンショット
微信读书助手拡張機能のCRXファイルをダウンロード
微信读书助手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
微信读书助手
------------------------------
v0.0.2
🍺 获取vid信息
⚡️ 提供一键组队、查看浏览书架
------------------------------
v0.0.1
👏 项目启动
------------------------------ 拡張機能の基本情報
| 名前 | |
| ID | ekpegdfbihlbocepglfimeodnpiohcba |
| 公式URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E8%AF%BB%E4%B9%A6%E5%8A%A9%E6%89%8B/ekpegdfbihlbocepglfimeodnpiohcba |
| 説明 | 微信读书助手,浏览公众号、听书、一键组队、导出备份笔记 |
| ファイルサイズ | 349 KB |
| インストール数 | 20,000 |
| 現在のバージョン | 0.0.27 |
| 最終更新日 | 2022-05-15 |
| 公開日 | 2020-05-31 |
| 評価 | 4.02/5 合計 50 レビュー |
| 開発者 | https://qnmlgb.tech |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://weread.qnmlgb.tech |
| 対応言語 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u5fae\u4fe1\u8bfb\u4e66\u52a9\u624b",
"version": "0.0.27",
"manifest_version": 2,
"description": "\u5fae\u4fe1\u8bfb\u4e66\u52a9\u624b\uff0c\u6d4f\u89c8\u516c\u4f17\u53f7\u3001\u542c\u4e66\u3001\u4e00\u952e\u7ec4\u961f\u3001\u5bfc\u51fa\u5907\u4efd\u7b14\u8bb0",
"homepage_url": "https:\/\/weread.qnmlgb.tech",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "zh_CN",
"options_page": "src\/options.html",
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"browser_action": {
"default_popup": "src\/popup\/popup.html"
},
"permissions": [
"storage",
"cookies",
"*:\/\/i.weread.qq.com\/*",
"*:\/\/weread.qq.com\/*",
"*:\/\/r.qq.com\/*",
"ttsEngine",
"tts",
"*:\/\/*.qnmlgb.tech\/*",
"*:\/\/*.file.myqcloud.com\/*",
"webRequest",
"webRequestBlocking"
],
"web_accessible_resources": [
"src\/notehub\/*"
],
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"*:\/\/weread.qq.com\/*"
],
"js": [
"assets\/js\/jquery.min.js",
"assets\/js\/lodash.min.js",
"src\/ui.js"
]
}
],
"content_security_policy": "script-src 'self' 'sha256-NeK5uABt0EHXknKz0Fuhb7a5Zbb44aQ0yGE+wP\/uoBo='; object-src 'self'"
} | |