神斧小助手

神斧小助手是微信公众号/小程序批量管理好帮手,最好用的浏览器插件。

What is 神斧小助手?

神斧小助手 is a Chrome extension developed by 小懒人, and its main feature is "神斧小助手是微信公众号/小程序批量管理好帮手,最好用的浏览器插件。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 神斧小助手 Extension CRX File

Download 神斧小助手 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

                        公众号/小程序帐号批量管理、多个帐号批量登录、图文素材群发与7天定时群发、多个公众号间素材同步、设置图文前导语等等。                    

Extension Basic Information

Name 神斧小助手 神斧小助手
ID ceihjlflhliihdbbboaiodaoobmecjnc
Official URL https://chrome.google.com/webstore/detail/%E7%A5%9E%E6%96%A7%E5%B0%8F%E5%8A%A9%E6%89%8B/ceihjlflhliihdbbboaiodaoobmecjnc
Description 神斧小助手是微信公众号/小程序批量管理好帮手,最好用的浏览器插件。
File Size 3.96 MB
Installation Count 2,000
Current Version 5.1.4
Last Updated 2023-10-24
Publish Date 2020-09-21
Rating 5.00/5 Total 1 Ratings
Developer 小懒人
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.shenfuhelper.cn/privacy
Supported Languages zh-CN
manifest.json
{
    "description": "\u795e\u65a7\u5c0f\u52a9\u624b\u662f\u5fae\u4fe1\u516c\u4f17\u53f7\/\u5c0f\u7a0b\u5e8f\u6279\u91cf\u7ba1\u7406\u597d\u5e2e\u624b\uff0c\u6700\u597d\u7528\u7684\u6d4f\u89c8\u5668\u63d2\u4ef6\u3002",
    "version": "5.1.4",
    "name": "\u795e\u65a7\u5c0f\u52a9\u624b",
    "short_name": "\u795e\u65a7",
    "browser_action": {
        "default_icon": "icon-dot.png"
    },
    "icons": {
        "16": "icon-dot.png",
        "32": "icon-dot.png",
        "48": "icon-dot.png",
        "128": "icon-dot.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "https:\/\/mp.weixin.qq.com\/*",
        "https:\/\/api.weixin.qq.com\/*",
        "https:\/\/mmbiz.qlogo.cn\/*",
        "https:\/\/www.shenfuhelper.cn\/*",
        "https:\/\/api.shenfuhelper.cn\/*",
        "http:\/\/mmbiz.qpic.cn\/*",
        "http:\/\/mmbiz.qpic.cn\/*",
        "https:\/\/www.toutiao.com\/*",
        "storage",
        "cookies",
        "downloads",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-scripts.js"
            ],
            "all_frames": true,
            "match_origin_as_fallback": true,
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}