Account Management Helper
Management multi platform account
Account Management Helperคืออะไร?
Account Management Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://pictureknow.com และคุณลักษณะหลักของมันคือ "Management multi platform account"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Account Management Helper
ดาวน์โหลดไฟล์ส่วนขยาย Account Management Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
管理抖音,快手,哔哩哔哩等账号, 让你管理多个平台账号更方便。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } |