Account Management Helper

Management multi platform account

什么是Account Management Helper?

Account Management Helper是由http://pictureknow.com开发的Chrome扩展程序,该扩展的主要功能是“Management multi platform account”。

扩展截图

screenshot

下载Account Management Helper扩展crx文件

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

扩展使用说明

                        管理抖音,快手,哔哩哔哩等账号, 让你管理多个平台账号更方便。                    

扩展基本信息

名称 Account Management Helper Account Management Helper
ID ecjjpdnhdnjjojkmgmfmdgfhkgbcfmfp
官方URL https://chrome.google.com/webstore/detail/%E8%B4%A6%E5%8F%B7%E7%AE%A1%E7%90%86%E5%8A%A9%E6%89%8B/ecjjpdnhdnjjojkmgmfmdgfhkgbcfmfp
简介 Management multi platform account
文件大小 446 KB
安装次数 122
当前版本 1.0.2
更新时间 2020-05-16
上架时间 2020-05-16
评分 5.00/5 共2次评分
开发者 http://pictureknow.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://pictureknow.com/protocol
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.0.2",
    "description": "__MSG_desc__",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/media.douyin.com\/*",
                "https:\/\/media.douyin.com\/*"
            ],
            "js": [
                "js\/init.js",
                "js\/sync_douyin.js"
            ]
        },
        {
            "matches": [
                "http:\/\/space.bilibili.com\/*",
                "https:\/\/space.bilibili.com\/*"
            ],
            "js": [
                "js\/init.js",
                "js\/sync_bilibili.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pictureknow.com\/syncVideo"
            ],
            "js": [
                "js\/init.js",
                "js\/sync_pictureknow.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/init.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "proxy",
        "management",
        "tabs",
        "cookies",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/*",
        "contextMenus",
        "downloads",
        "*:\/\/*.pictureknow.com\/*",
        "*:\/\/*.kuaishou.com\/*",
        "*:\/\/*.douyin.com\/*",
        "*:\/\/*.qq.com\/*",
        "*:\/\/*.iqiyi.com\/*",
        "*:\/\/*.bilibili.com\/*"
    ],
    "homepage_url": "https:\/\/www.pictureknow.com\/",
    "default_locale": "zh_CN"
}