档案娘助手

帮你完成一些微博的批量操作,例如批量删除微博、赞、评论、粉丝

Qu'est-ce que 档案娘助手 ?

档案娘助手 est une extension Chrome développée par https://sinacn.weibodangan.com, et sa fonction principale est "帮你完成一些微博的批量操作,例如批量删除微博、赞、评论、粉丝".

Captures d'Écran de l'Extension

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

                        帮你完成一些微博的批量操作,例如
微博批量删除:删除保护指定关键词微博,删除转发微博里面的原微博已经被删除的。
赞批量删除:删除全部赞,删除原微博已经被删除的赞。
批量下载图片:进入用户主页,再点击 相册。
批量删除粉丝。
『一键清空微博功能』
手动模式:可以批量选择一个页面的微博,然后进行删除、朋友圈可见、自己可见操作。                    

Informations de Base sur l'Extension

Nom 档案娘助手 档案娘助手
ID abfopppplogcojgdcfhhffngkabbhifm
URL Officiel https://chromewebstore.google.com/detail/%E6%A1%A3%E6%A1%88%E5%A8%98%E5%8A%A9%E6%89%8B/abfopppplogcojgdcfhhffngkabbhifm
Description 帮你完成一些微博的批量操作,例如批量删除微博、赞、评论、粉丝
Taille du Fichier 174 KB
Nombre d'Installations 13,433
Version Actuelle 0.0.47
Dernière Mise à Jour 2017-09-20
Date de Publication 2017-09-20
Évaluation 4.36/5 Total 135 Évaluations
Développeur https://sinacn.weibodangan.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://chrome.weibodangan.com/
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6863\u6848\u5a18\u52a9\u624b",
    "description": "\u5e2e\u4f60\u5b8c\u6210\u4e00\u4e9b\u5fae\u535a\u7684\u6279\u91cf\u64cd\u4f5c\uff0c\u4f8b\u5982\u6279\u91cf\u5220\u9664\u5fae\u535a\u3001\u8d5e\u3001\u8bc4\u8bba\u3001\u7c89\u4e1d",
    "version": "0.0.47",
    "icons": {
        "128": "icon\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon\/icon_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/weibo.com\/*",
                "http:\/\/*.weibo.com\/*",
                "https:\/\/weibo.com\/*",
                "https:\/\/*.weibo.com\/*"
            ],
            "css": [
                "css\/ui-dialog.css",
                "css\/bootstrap-datetimepicker.min.css",
                "css\/no_ad.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/bootstrap.min.js",
                "js\/moment.min.js",
                "js\/moment.locale.zh-cn.js",
                "js\/bootstrap-datetimepicker.min.js",
                "js\/common.js",
                "js\/profile.js",
                "js\/like.js",
                "js\/favorite.js",
                "js\/comment.js",
                "js\/photos.js",
                "js\/fans.js",
                "js\/load.js",
                "js\/dialog-min.js",
                "js\/dialog-plus-min.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/weibo.com\/*",
        "http:\/\/*.weibo.com\/*",
        "https:\/\/weibo.com\/*",
        "https:\/\/*.weibo.com\/*"
    ]
}