Account Management Helper
Management multi platform account
Account Management Helper란 무엇입니까?
Account Management Helper은(는) http://pictureknow.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Management multi platform account"입니다.
확장 프로그램 스크린샷
Account Management Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
管理抖音,快手,哔哩哔哩等账号, 让你管理多个平台账号更方便。
확장 프로그램 기본 정보
이름 | |
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" } |