视频号数据助手
微信视频号数据助手插件,视频号数据实时监控、通知,多账号管理,评论AI回复。
视频号数据助手 là gì?
视频号数据助手 là một tiện ích mở rộng Chrome được phát triển bởi meng, và tính năng chính của nó là "微信视频号数据助手插件,视频号数据实时监控、通知,多账号管理,评论AI回复。".
Ả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 视频号数据助手
Tải xuống các tệp mở rộng 视频号数据助手 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
微信视频号实时数据助手,提供数据监控、下载、多账号管理,评论智能回复。 包括:实时的浏览量、喜欢、点赞、转发、评论、完播率和平均观看时长。 数据更新频率分钟级,并且可以自定义配置。 发布的不同视频数据对比。 https://wechat-video.corly.cc/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 视频号数据助手 |
ID | jlghphbbnjpbbmppephgpfpceaboegbg |
URL Chính Thức | https://chromewebstore.google.com/detail/%E8%A7%86%E9%A2%91%E5%8F%B7%E6%95%B0%E6%8D%AE%E5%8A%A9%E6%89%8B/jlghphbbnjpbbmppephgpfpceaboegbg |
Mô tả | 微信视频号数据助手插件,视频号数据实时监控、通知,多账号管理,评论AI回复。 |
Kích Thước Tệp | 1.4 MB |
Số Lần Cài Đặt | 446 |
Phiên Bản Hiện Tại | 1.0.28 |
Cập Nhật Lần Cuối | 2023-09-09 |
Ngày Phát Hành | 2022-05-25 |
Nhà Phát Triển | meng |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://wechat-video.corly.cc/ |
URL Trang Trợ Giúp | https://wechat-video.corly.cc/ |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/wechat-video-privacy-policy/%E9%A6%96%E9%A1%B5 |
Ngôn Ngữ Được Hỗ Trợ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u89c6\u9891\u53f7\u6570\u636e\u52a9\u624b", "short_name": "\u89c6\u9891\u53f7\u52a9\u624b", "description": "\u5fae\u4fe1\u89c6\u9891\u53f7\u6570\u636e\u52a9\u624b\u63d2\u4ef6\uff0c\u89c6\u9891\u53f7\u6570\u636e\u5b9e\u65f6\u76d1\u63a7\u3001\u901a\u77e5\uff0c\u591a\u8d26\u53f7\u7ba1\u7406\uff0c\u8bc4\u8bbaAI\u56de\u590d\u3002", "version": "1.0.28", "action": [], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/channels.weixin.qq.com\/*" ], "js": [ "content.js" ], "css": [ "css\/content.css" ], "run_at": "document_idle", "all_frames": true } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "icons": { "48": "image\/video-data.png" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "webRequest", "cookies" ], "host_permissions": [ "https:\/\/service-hrgv2lfl-1312832878.sh.apigw.tencentcs.com\/*", "https:\/\/mp.weixin.qq.com\/*", "https:\/\/api.weixin.qq.com\/*", "https:\/\/channels.weixin.qq.com\/*", "https:\/\/scf.corly.cc\/*" ] } |