Wechat activity assistant
A Chrome extension for Wechat activity Wall and Lottery.
What is Wechat activity assistant?
Wechat activity assistant is a Chrome extension developed by etong, and its main feature is "A Chrome extension for Wechat activity Wall and Lottery.".
Extension Screenshots
Download Wechat activity assistant Extension CRX File
Download Wechat activity assistant 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
微信活动助手,只要是订阅号就可以拥有自己的微信活动墙,让一切申请认证和申请服务号的流程都消失吧。本插件自带抽奖功能。 使用方式: 1.使用chrome(谷歌)浏览器打开微信管理后台页面(mp.weixin.qq.com); 2.使用正确的用户名和密码登录微信后台; 3.在左侧的“管理”菜单中,自动增加了“微信活动墙”和“抽奖活动”两个链接; 4.打开“管理”->“消息管理”,点击每条消息后“禁用消息”图标(在“收藏”旁)可以禁止信息上墙。
Extension Basic Information
Name | |
ID | bmakahppnkpaimdkpgbpehhigklenbho |
Official URL | https://chrome.google.com/webstore/detail/%E5%BE%AE%E4%BF%A1%E6%B4%BB%E5%8A%A8%E5%8A%A9%E6%89%8B/bmakahppnkpaimdkpgbpehhigklenbho |
Description | A Chrome extension for Wechat activity Wall and Lottery. |
File Size | 395 KB |
Installation Count | 68 |
Current Version | 0.1.0 |
Last Updated | 2014-11-22 |
Publish Date | 2014-11-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | etong |
Payment Type | free |
Help Page URL | http://blog.iplaydb.com/topics/weixinassistant |
Supported Languages | en,zh-CN |
manifest.json | |
{ "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "scripts\/jquery-1.11.1.min.js", "scripts\/jquery.form.js", "scripts\/script.js" ], "css": [ "style\/main.css" ], "matches": [ "https:\/\/mp.weixin.qq.com\/cgi-bin\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "background": { "page": "open-in.html" }, "description": "__MSG_appDesc__", "default_locale": "zh_CN", "web_accessible_resources": [ "img\/bg_1.jpg", "img\/bg_2.jpg", "img\/bg_3.jpg", "img\/dialog.jpg", "img\/luckier.jpg", "img\/message.png", "img\/nomessage.png" ], "icons": { "128": "icons\/128-logo.png", "16": "icons\/16-logo.png", "32": "icons\/32-logo.png", "48": "icons\/48-logo.png" }, "incognito": "split", "manifest_version": 2, "name": "__MSG_appName__", "options_page": "options.html", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "https:\/\/mp.weixin.qq.com\/*" ], "plugins": [], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0" } |