Pixiv Plus
Additional functions of Pixiv
What is Pixiv Plus?
Pixiv Plus is a Chrome extension developed by chentong444, and its main feature is "Additional functions of Pixiv".
Extension Screenshots
Download Pixiv Plus Extension CRX File
Download Pixiv Plus 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
在pixiv加入下载按钮和关闭按钮 2.3 当下载失败后按钮会变红,点击了下载按钮变绿,多图的按钮变成青色,目前有个bug,有时候会下载失败,特别是在开了多个标签页之后,需要ctrl+F5 刷新,普通f5无效 2.2 解决 下载失败的问题 2.1 解决 下载名字好像失效的问题 2.0 排行榜收藏图片变为粉色底,关注的作家变为浅蓝底
Extension Basic Information
Name | |
ID | djdlchcfiipbakppeapdbjdidgnomlah |
Official URL | https://chrome.google.com/webstore/detail/pixiv-plus/djdlchcfiipbakppeapdbjdidgnomlah |
Description | Additional functions of Pixiv |
File Size | 32.29 KB |
Installation Count | 196 |
Current Version | 2.3 |
Last Updated | 2020-09-06 |
Publish Date | 2019-11-25 |
Rating | 4.50/5 Total 2 Ratings |
Developer | chentong444 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "myjs.js" ], "matches": [ "*:\/\/www.pixiv.net\/artworks\/*", "*:\/\/www.pixivision.net\/*", "*:\/\/www.pixiv.net\/ranking.ph*" ], "run_at": "document_end" } ], "description": "Additional functions of Pixiv", "icons": { "128": "images\/pixiv_plus128.png", "16": "images\/pixiv_plus16.png", "32": "images\/pixiv_plus32.png", "48": "images\/pixiv_plus48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuw76u\/Nmj4MjqMkFeMO1vmvnL2cj10m\/0Qe2JsqmB9AuuyybD5ydh4h\/FpRc3sZYDHD87mOJQMIykA4Tv0tqRINhmycKofEmqsYZu2pbV5Ggs7THwMUeYWauS+6\/F6Fb5O2FX1O6k+fdRmTTp6kC8sU6vFfmXSyNNbpjSrMHxgxIlJje4IH5UWTO6WiibgmvwQHUTLx9X5N2HDeVrja3SVqg8WOg2pa70zT9r2yTju\/NPHAOMJN9HwVN7CYLqDHcgSGZqk7jHzWyc8O4vunC1s7qsoX0UBcj7SN5i2wG+lGzW9+4ae8zqrPYcW0PqOYy0AlgPHf1h54Iz\/XIRq7GdwIDAQAB", "manifest_version": 2, "name": "Pixiv Plus", "permissions": [ "contextMenus", "downloads", "webRequest", "storage", "*:\/\/www.pixiv.net\/*", "*:\/\/i.pximg.net\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.3", "web_accessible_resources": [ "images\/*.png" ] } |