神斧小助手

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

什么是神斧小助手?

神斧小助手是由小懒人开发的Chrome扩展程序,该扩展的主要功能是“神斧小助手是微信公众号/小程序批量管理好帮手,最好用的浏览器插件。”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载神斧小助手扩展crx文件

下载神斧小助手扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 神斧小助手 神斧小助手
ID ceihjlflhliihdbbboaiodaoobmecjnc
官方URL https://chrome.google.com/webstore/detail/%E7%A5%9E%E6%96%A7%E5%B0%8F%E5%8A%A9%E6%89%8B/ceihjlflhliihdbbboaiodaoobmecjnc
简介 神斧小助手是微信公众号/小程序批量管理好帮手,最好用的浏览器插件。
文件大小 3.96 MB
安装次数 2,000
当前版本 5.1.4
更新时间 2023-10-24
上架时间 2020-09-21
评分 5.00/5 共1次评分
开发者 小懒人
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.shenfuhelper.cn/privacy
支持的语言 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"
}