GetAll! 新浪微博照片批量获取工具

批量获取新浪微博相册中的照片,并提供人脸照智能筛选、图片批量打包下载功能

What is GetAll! 新浪微博照片批量获取工具?

GetAll! 新浪微博照片批量获取工具 is a Chrome extension developed by Zhuohui Jeffrey Chen, and its main feature is "批量获取新浪微博相册中的照片,并提供人脸照智能筛选、图片批量打包下载功能".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download GetAll! 新浪微博照片批量获取工具 Extension CRX File

Download GetAll! 新浪微博照片批量获取工具 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

                        - 想一次过获取所有图片,免去不断翻页和漫长的等待?
- 想一键下载多张图片?
- 这位用户是谁呢?想找找看ta的真人照,谁知ta的相册里居然有上千张照片?
- 微博上看见女/男神了,只想看到和下载到ta的人物照?
GetAll! 新浪微博照片批量获取工具 集合微博照片批量获取、批量打包下载和自动筛选人物照功能于一身,绝对能令您满意,省去您不少麻烦!

功能:
1. 批量获取一位新浪微博用户的相册中所有图片
2. 提供一键打包下载多张图片功能
3. 采用人脸识别引擎,从照片集中筛选出人物照片

用法:
1. 进入该微博用户的微博页面,会看见图标在地址栏右侧出现
2. 点击图标,进入工具使用界面
* 通常,在微博用户的主页中,就能看见该图标
* 图标只有在页面完全载入后才能显示。请耐心等待网页载入完成

更新日志:
--- 1.0.7 ---
1. 在显示进度的对话框中加入关闭按钮,可随时中断操作

--- 1.0.6 ---
1. 新增导出图片地址到迅雷下载列表功能,方便您使用迅雷批量下载图片
2. 显示所选图片数量
3. 增强压缩下载功能的稳定性 

免责声明:
用户需自行承担一切由使用本插件所带来的后果(包括通过此插件所获之图片的版权问题);本人对此概不负责。                    

Extension Basic Information

Name GetAll! 新浪微博照片批量获取工具 GetAll! 新浪微博照片批量获取工具
ID egdicppgkfpnjlfgohljcaomjohileoj
Official URL https://chrome.google.com/webstore/detail/getall-%E6%96%B0%E6%B5%AA%E5%BE%AE%E5%8D%9A%E7%85%A7%E7%89%87%E6%89%B9%E9%87%8F%E8%8E%B7%E5%8F%96%E5%B7%A5%E5%85%B7/egdicppgkfpnjlfgohljcaomjohileoj
Description 批量获取新浪微博相册中的照片,并提供人脸照智能筛选、图片批量打包下载功能
File Size 245 KB
Installation Count 6,000
Current Version 1.0.7
Last Updated 2014-06-06
Publish Date 2014-06-06
Rating 3.72/5 Total 78 Ratings
Developer Zhuohui Jeffrey Chen
Payment Type free
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.7",
    "author": "Zhuohui Jeffrey Chen",
    "default_locale": "zh_CN",
    "page_action": {
        "default_icon": {
            "19": "img\/LOGO_19x19.png",
            "38": "img\/LOGO_38x38.png"
        },
        "default_title": "__MSG_page_action_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/LOGO_48x48.png",
        "128": "img\/LOGO_128x128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "declarativeContent",
        "http:\/\/photo.weibo.com\/*",
        "http:\/\/*.sinaimg.cn\/large\/*",
        "http:\/\/apicn.faceplusplus.com\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-1.11.0.min.js",
            "js\/eventPage.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.weibo.com\/*",
                "*:\/\/photo.weibo.com\/*"
            ],
            "js": [
                "js\/jquery-1.11.0.min.js",
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com\/ https:\/\/connect.facebook.net\/; object-src 'self'"
}