Octo微博相册批量下载

一键下载微博相册的插件

Was ist Octo微博相册批量下载?

Octo微博相册批量下载 ist eine Chrome-Erweiterung, die von https://liuguofeng.com entwickelt wurde, und ihr Hauptmerkmal ist "一键下载微博相册的插件".

Erweiterungsscreenshots

screenshot

Octo微博相册批量下载-Erweiterungs-CRX-Datei herunterladen

Laden Sie Octo微博相册批量下载-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        微博相册一键下载
使用方法:进入微博首页或个人主页,点击图标,点击需要下载的相册
优化下载队列,增加暂停/停止功能
适配新版微博                    

Grundlegende Informationen zur Erweiterung

Name Octo微博相册批量下载 Octo微博相册批量下载
ID cdimdlckbkfelaogjhfbkjcfncbpngkn
Offizielle 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
Beschreibung 一键下载微博相册的插件
Dateigröße 169 KB
Installationsanzahl 9,152
Aktuelle Version 0.2.5
Letztes Update 2021-02-07
Veröffentlichungsdatum 2019-10-10
Bewertung 4.43/5 Insgesamt 67 Bewertungen
Entwickler https://liuguofeng.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}