Octo微博相册批量下载
一键下载微博相册的插件
What is Octo微博相册批量下载?
Octo微博相册批量下载 is a Chrome extension developed by https://liuguofeng.com, and its main feature is "一键下载微博相册的插件".
Extension Screenshots
Download Octo微博相册批量下载 Extension CRX File
Download Octo微博相册批量下载 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 | Octo微博相册批量下载 |
ID | cdimdlckbkfelaogjhfbkjcfncbpngkn |
Official URL | https://chromewebstore.google.com/detail/octo%E5%BE%AE%E5%8D%9A%E7%9B%B8%E5%86%8C%E6%89%B9%E9%87%8F%E4%B8%8B%E8%BD%BD/cdimdlckbkfelaogjhfbkjcfncbpngkn |
Description | 一键下载微博相册的插件 |
File Size | 169 KB |
Installation Count | 9,152 |
Current Version | 0.2.5 |
Last Updated | 2021-02-07 |
Publish Date | 2019-10-10 |
Rating | 4.43/5 Total 67 Ratings |
Developer | https://liuguofeng.com |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Octo\u5fae\u535a\u76f8\u518c\u6279\u91cf\u4e0b\u8f7d", "version": "0.2.5", "description": "\u4e00\u952e\u4e0b\u8f7d\u5fae\u535a\u76f8\u518c\u7684\u63d2\u4ef6", "background": { "scripts": [ "jquery\/jquery-3.4.1.js", "utils\/config.js", "utils\/common.js", "utils\/util.js", "utils\/date.js", "background.js" ] }, "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "browser_action": { "default_icon": { "19": "img\/logo.png", "38": "img\/logo.png" }, "default_title": "Octo\u5fae\u535a\u76f8\u518c\u6279\u91cf\u4e0b\u8f7d", "default_popup": "popup.html" }, "permissions": [ "downloads", "*:\/\/*.weibo.com\/*", "*:\/\/*.liuguofeng.com\/*" ], "options_page": "\/options\/options.html", "optional_permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*.weibo.com\/*" ], "js": [ "jquery\/jquery-3.4.1.js", "jquery\/jquery.cookie.js", "jquery\/jquery.toast.js", "utils\/config.js", "utils\/date.js", "utils\/util.js", "utils\/common.js", "content\/listener.js" ], "css": [ "jquery\/jquery.toast.css" ], "run_at": "document_end" } ] } |