Px Downloader
Download illust, manga, ugoira(animation) and novel from Pixiv
什么是Px Downloader?
Px Downloader是由rndom.hack开发的Chrome扩展程序,该扩展的主要功能是“Download illust, manga, ugoira(animation) and novel from Pixiv”。
扩展截图
下载Px Downloader扩展crx文件
下载Px Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension allows you to download illust, manga, ugoira(animation) and novel from Pixiv. Once installed, "Px Downloader" button added to work pages. You can easily download by clicking the button.
扩展基本信息
名称 | Px Downloader |
ID | bcbibglkpaimhgmoomembjhclhipoack |
官方URL | https://chromewebstore.google.com/detail/px-downloader/bcbibglkpaimhgmoomembjhclhipoack |
简介 | Download illust, manga, ugoira(animation) and novel from Pixiv |
文件大小 | 76.86 KB |
安装次数 | 71,698 |
当前版本 | 3.5.0 |
更新时间 | 2020-12-03 |
上架时间 | 2020-02-24 |
评分 | 4.26/5 共176次评分 |
开发者 | rndom.hack |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://rndomhack.com/2016/01/15/px-downloader/ |
支持的语言 | en,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Px Downloader", "version": "3.5.0", "default_locale": "en", "description": "__MSG_extDescription__", "author": "rndomhack", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "browser_action": { "default_icon": { "19": "icon\/icon19.png", "38": "icon\/icon38.png" }, "default_title": "Px Downloader" }, "background": { "scripts": [ "lib\/browser.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.pixiv.net\/*" ], "css": [ "css\/content.css" ], "js": [ "lib\/browser.js", "lib\/jszip.min.js", "lib\/gif.js", "js\/content.js" ], "run_at": "document_start" } ], "options_ui": { "page": "html\/options.html", "chrome_style": true }, "permissions": [ "storage", "downloads", "webRequest", "webRequestBlocking", "*:\/\/*.pixiv.net\/", "*:\/\/*.pximg.net\/", "*:\/\/*.techorus-cdn.com\/" ], "browser_specific_settings": { "gecko": { "id": "{a3650a89-273e-474b-9e32-46ba5397cf46}" } } } |