Wechat activity assistant

A Chrome extension for Wechat activity Wall and Lottery.

Was ist Wechat activity assistant?

Wechat activity assistant ist eine Chrome-Erweiterung, die von etong entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension for Wechat activity Wall and Lottery.".

Erweiterungsscreenshots

screenshot

Wechat activity assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wechat activity assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Wechat activity assistant Wechat activity assistant
ID bmakahppnkpaimdkpgbpehhigklenbho
Offizielle 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
Beschreibung A Chrome extension for Wechat activity Wall and Lottery.
Dateigröße 395 KB
Installationsanzahl 68
Aktuelle Version 0.1.0
Letztes Update 2014-11-22
Veröffentlichungsdatum 2014-11-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler etong
Zahlungsart free
Hilfeseite URL http://blog.iplaydb.com/topics/weixinassistant
Unterstützte Sprachen 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"
}