theps

提高下载素材的效率,打开正确下载素材的姿势

What is theps?

theps is a Chrome extension developed by mihuoli, and its main feature is "提高下载素材的效率,打开正确下载素材的姿势".

Extension Screenshots

screenshot

Download theps Extension CRX File

Download theps 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

                        pinterest  flickr  artstation 花瓣 批量下载插件  微信号:S_wolfs  ps: artstation 做这个人页面会出来下载按钮
2018/05/06
修复下载按钮 刷新才能显示的问题
2018/04/29
修复花瓣下载BUG 下载后缀名问题
下载任务限制同时为6 降低网络错误现在失败情况发生                    

Extension Basic Information

Name theps theps
ID nfihfnegipjjmlkhokmpnamjfcohjjhc
Official URL https://chromewebstore.google.com/detail/theps/nfihfnegipjjmlkhokmpnamjfcohjjhc
Description 提高下载素材的效率,打开正确下载素材的姿势
File Size 96.15 KB
Installation Count 32
Current Version 2.1.3
Last Updated 2018-05-06
Publish Date 2018-05-06
Rating 3.67/5 Total 3 Ratings
Developer mihuoli
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "theps",
    "version": "2.1.3",
    "description": "\u63d0\u9ad8\u4e0b\u8f7d\u7d20\u6750\u7684\u6548\u7387\uff0c\u6253\u5f00\u6b63\u786e\u4e0b\u8f7d\u7d20\u6750\u7684\u59ff\u52bf",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads"
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}