Wechat activity assistant

A Chrome extension for Wechat activity Wall and Lottery.

Wat is Wechat activity assistant?

Wechat activity assistant is een Chrome-extensie ontwikkeld door etong, en de belangrijkste functie is "A Chrome extension for Wechat activity Wall and Lottery.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wechat activity assistant

Download Wechat activity assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        微信活动助手,只要是订阅号就可以拥有自己的微信活动墙,让一切申请认证和申请服务号的流程都消失吧。本插件自带抽奖功能。
使用方式:
1.使用chrome(谷歌)浏览器打开微信管理后台页面(mp.weixin.qq.com);
2.使用正确的用户名和密码登录微信后台;
3.在左侧的“管理”菜单中,自动增加了“微信活动墙”和“抽奖活动”两个链接;
4.打开“管理”->“消息管理”,点击每条消息后“禁用消息”图标(在“收藏”旁)可以禁止信息上墙。                    

Basisinformatie over de Extensie

Naam Wechat activity assistant Wechat activity assistant
ID bmakahppnkpaimdkpgbpehhigklenbho
Officiële 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
Beschrijving A Chrome extension for Wechat activity Wall and Lottery.
Bestandsgrootte 395 KB
Aantal Installaties 68
Huidige Versie 0.1.0
Laatst Bijgewerkt 2014-11-22
Publicatiedatum 2014-11-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar etong
Betalingswijze free
Help Pagina-URL http://blog.iplaydb.com/topics/weixinassistant
Ondersteunde Talen 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"
}