Account Management Helper
Management multi platform account
What is Account Management Helper?
Account Management Helper is a Chrome extension developed by http://pictureknow.com, and its main feature is "Management multi platform account".
Extension Screenshots
Download Account Management Helper Extension CRX File
Download Account Management Helper 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
管理抖音,快手,哔哩哔哩等账号, 让你管理多个平台账号更方便。
Extension Basic Information
Name | |
ID | ecjjpdnhdnjjojkmgmfmdgfhkgbcfmfp |
Official 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 |
Description | Management multi platform account |
File Size | 446 KB |
Installation Count | 122 |
Current Version | 1.0.2 |
Last Updated | 2020-05-16 |
Publish Date | 2020-05-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://pictureknow.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://pictureknow.com/protocol |
Supported Languages | 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" } |