微博助手

功能列表:归档微博原图, 解析视频地址,帐号切换

Qu'est-ce que 微博助手 ?

微博助手 est une extension Chrome développée par neko4zheng, et sa fonction principale est "功能列表:归档微博原图, 解析视频地址,帐号切换".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 微博助手

Téléchargez les fichiers d'extension 微博助手 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        微博助手

注意:插件下载功能仅在旧版微博中使用。短期内不会有适配版本。

关注微博: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]                    

Informations de Base sur l'Extension

Nom 微博助手 微博助手
ID mlgicmacgnloflibjaidfcmpemnmlkci
URL Officiel https://chromewebstore.google.com/detail/%E5%BE%AE%E5%8D%9A%E5%8A%A9%E6%89%8B/mlgicmacgnloflibjaidfcmpemnmlkci
Description 功能列表:归档微博原图, 解析视频地址,帐号切换
Taille du Fichier 4.84 MB
Nombre d'Installations 4,000
Version Actuelle 4.2.2
Dernière Mise à Jour 2022-12-07
Date de Publication 2020-07-05
Évaluation 4.61/5 Total 33 Évaluations
Développeur neko4zheng
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}