微博助手
功能列表:归档微博原图, 解析视频地址,帐号切换
What is 微博助手?
微博助手 is a Chrome extension developed by neko4zheng, and its main feature is "功能列表:归档微博原图, 解析视频地址,帐号切换".
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
微博助手 注意:插件下载功能仅在旧版微博中使用。短期内不会有适配版本。 关注微博:https://weibo.com/6641057275 了解插件最新情况 ----特性---- ☆ 在微博时间轴中下载或保存图片或视频 ☆ 在微博相册中下载或保存图片 ☆ 下载可以自动建立文件夹归档 ☆ 多微博帐号一键切换 ☆ 更加美观的界面按钮 在微博中毫不突兀 「版本」4.2.2 修复微博限制导致的图片下载无权限问题 「版本」4.2.1 修复代码异常导致的一键切换功能失效 「版本」4.2.0 添加产品介绍 修复设置可能不生效的问题 「版本」4.0.1 修复工版本更新时工具栏 Icon 小红点不显示的问题 「版本」4.0.0 重构代码 支持超过9张图的图组一键下载 修复可能无法下载视频的问题 ** 4.0.0 版本移除了帐号关系 bate 功能,请提前备份好数据 如果您有任何好的想法或意见 可以发送邮件至 [email protected]
Extension Basic Information
Name | 微博助手 |
ID | mlgicmacgnloflibjaidfcmpemnmlkci |
Official URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E5%8D%9A%E5%8A%A9%E6%89%8B/mlgicmacgnloflibjaidfcmpemnmlkci |
Description | 功能列表:归档微博原图, 解析视频地址,帐号切换 |
File Size | 4.84 MB |
Installation Count | 4,000 |
Current Version | 4.2.2 |
Last Updated | 2022-12-07 |
Publish Date | 2020-07-05 |
Rating | 4.61/5 Total 33 Ratings |
Developer | neko4zheng |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u5fae\u535a\u52a9\u624b", "version": "4.2.2", "author": "neko4zheng", "description": "\u529f\u80fd\u5217\u8868\uff1a\u5f52\u6863\u5fae\u535a\u539f\u56fe, \u89e3\u6790\u89c6\u9891\u5730\u5740\uff0c\u5e10\u53f7\u5207\u6362", "icons": { "128": "public\/logo_wh_128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": [], "default_title": "\u5fae\u535a\u52a9\u624b", "default_popup": "app\/popup.html" }, "permissions": [ "downloads", "tabs", "storage", "cookies", "*:\/\/wb.yizhibo.com\/*", "*:\/\/*.xiaoka.*\/*", "*:\/\/*.sinaimg.*\/*", "*:\/\/*.weibo.com\/*", "*:\/\/*.sina.com.cn\/*" ], "background": { "scripts": [ "app\/background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/weibo.com\/*", "*:\/\/*.weibo.com\/*", "*:\/\/*.meipai.com\/*" ], "js": [ "app\/contentScriptsEnvInit.bundle.js", "app\/contentScripts.bundle.js", "app\/contentScripts_photos_autoDownloadVideo.bundle.js" ], "css": [ "app\/contentScripts.bundle.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "image\/*", "resources\/*", "dist\/resources\/*" ] } |