微伴助手
用于微伴各个环境切换,保存用户session
What is 微伴助手?
微伴助手 is a Chrome extension developed by weibanzhushou, and its main feature is "用于微伴各个环境切换,保存用户session".
Extension Screenshots
Download 微伴助手 Extension CRX File
Download 微伴助手 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
微伴助手开发工具。 记录所有登录的用户session ,方便来回切换登录,测试和开发。展示当前版本的发布时间和commit_id
Extension Basic Information
Name | |
ID | gjjbchegdpkfblelcfedkedagmokffee |
Official URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BC%B4%E5%8A%A9%E6%89%8B/gjjbchegdpkfblelcfedkedagmokffee |
Description | 用于微伴各个环境切换,保存用户session |
File Size | 105 KB |
Installation Count | 69 |
Current Version | 0.5.13 |
Last Updated | 2023-05-31 |
Publish Date | 2021-09-04 |
Rating | 5.00/5 Total 3 Ratings |
Developer | weibanzhushou |
[email protected] | |
Payment Type | free |
Extension Website | https://weibanzhushou.com/ |
Privacy Policy Page URL | https://drive.google.com/file/d/1JiLJ8GxeVZw1RjctirjkzN7Wh-hW1NlI/view?usp=sharing |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u5fae\u4f34\u52a9\u624b", "description": "\u7528\u4e8e\u5fae\u4f34\u5404\u4e2a\u73af\u5883\u5207\u6362\uff0c\u4fdd\u5b58\u7528\u6237session", "version": "0.5.13", "action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "cookies", "storage", "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.weibanzhushou.com\/*", "*:\/\/*\/*" ], "css": [], "js": [ "target.js" ] } ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "*:\/\/*\/*" ] } |