Pixiv Plus
Additional functions of Pixiv
Wat is Pixiv Plus?
Pixiv Plus is een Chrome-extensie ontwikkeld door chentong444, en de belangrijkste functie is "Additional functions of Pixiv".
Extensie Screenshots
Download het CRX-bestand van de extensie Pixiv Plus
Download Pixiv Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
在pixiv加入下载按钮和关闭按钮 2.3 当下载失败后按钮会变红,点击了下载按钮变绿,多图的按钮变成青色,目前有个bug,有时候会下载失败,特别是在开了多个标签页之后,需要ctrl+F5 刷新,普通f5无效 2.2 解决 下载失败的问题 2.1 解决 下载名字好像失效的问题 2.0 排行榜收藏图片变为粉色底,关注的作家变为浅蓝底
Basisinformatie over de Extensie
Naam | |
ID | djdlchcfiipbakppeapdbjdidgnomlah |
Officiële URL | https://chrome.google.com/webstore/detail/pixiv-plus/djdlchcfiipbakppeapdbjdidgnomlah |
Beschrijving | Additional functions of Pixiv |
Bestandsgrootte | 32.29 KB |
Aantal Installaties | 196 |
Huidige Versie | 2.3 |
Laatst Bijgewerkt | 2020-09-06 |
Publicatiedatum | 2019-11-25 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | chentong444 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |