微信群发助手 -- By HKing
微信群发自动添加称呼前缀,可以自定义称呼前缀。
What is 微信群发助手 -- By HKing?
微信群发助手 -- By HKing is a Chrome extension developed by unclehking, and its main feature is "微信群发自动添加称呼前缀,可以自定义称呼前缀。".
Extension Screenshots
Download 微信群发助手 -- By HKing Extension CRX File
Download 微信群发助手 -- By HKing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
微信群发消息自动添加相应称呼前缀,可以选择使用好友备注名、微信昵称、自定义等模式。
Extension Basic Information
Name | 微信群发助手 -- By HKing |
ID | fmomeggpppnpipecofhffkpplpmlledh |
Official URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E7%BE%A4%E5%8F%91%E5%8A%A9%E6%89%8B-by-hking/fmomeggpppnpipecofhffkpplpmlledh |
Description | 微信群发自动添加称呼前缀,可以自定义称呼前缀。 |
File Size | 289 KB |
Installation Count | 249 |
Current Version | 1.5 |
Last Updated | 2018-06-25 |
Publish Date | 2018-06-25 |
Rating | 3.00/5 Total 5 Ratings |
Developer | unclehking |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5fae\u4fe1\u7fa4\u53d1\u52a9\u624b -- By HKing", "short_name": "\u5fae\u4fe1\u7fa4\u53d1\u52a9\u624b -- By HKing", "version": "1.5", "description": "\u5fae\u4fe1\u7fa4\u53d1\u81ea\u52a8\u6dfb\u52a0\u79f0\u547c\u524d\u7f00\uff0c\u53ef\u4ee5\u81ea\u5b9a\u4e49\u79f0\u547c\u524d\u7f00\u3002", "background": { "scripts": [ "res\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/wx2.qq.com\/*", "https:\/\/wx.qq.com\/*", "https:\/\/res.wx.qq.com\/*" ], "css": [ "res\/css\/style.css" ], "js": [ "res\/js\/jquery.min.js", "res\/js\/main.js", "res\/js\/angular.min.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/wx2.qq.com\/*", "https:\/\/wx.qq.com\/*", "https:\/\/res.wx.qq.com\/*", "tabs", "webRequest", "webRequestBlocking" ], "icons": { "16": "res\/pic\/icon_16.png", "48": "res\/pic\/icon_48.png", "128": "res\/pic\/icon_128.png" }, "browser_action": { "name": "\u5fae\u4fe1\u7fa4\u53d1\u52a9\u624b -- By HKing", "default_icon": "res\/pic\/icon_128.png", "default_popup": "res\/popup.html" }, "web_accessible_resources": [ "res\/pic\/pay.png", "res\/js\/wechatNew.js" ], "manifest_version": 2 } |