档案娘助手

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

What is 档案娘助手?

档案娘助手 is a Chrome extension developed by https://sinacn.weibodangan.com, and its main feature is "帮你完成一些微博的批量操作,例如批量删除微博、赞、评论、粉丝".

Extension Screenshots

screenshot
screenshot

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

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

Extension Basic Information

Name 档案娘助手 档案娘助手
ID abfopppplogcojgdcfhhffngkabbhifm
Official URL https://chromewebstore.google.com/detail/%E6%A1%A3%E6%A1%88%E5%A8%98%E5%8A%A9%E6%89%8B/abfopppplogcojgdcfhhffngkabbhifm
Description 帮你完成一些微博的批量操作,例如批量删除微博、赞、评论、粉丝
File Size 174 KB
Installation Count 13,433
Current Version 0.0.47
Last Updated 2017-09-20
Publish Date 2017-09-20
Rating 4.36/5 Total 135 Ratings
Developer https://sinacn.weibodangan.com
Email [email protected]
Payment Type free
Extension Website http://chrome.weibodangan.com/
Supported Languages 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\/*"
    ]
}