Pixiv PID 跳转
便捷跳转至 PID 对应的作品页面
Wat is Pixiv PID 跳转?
Pixiv PID 跳转 is een Chrome-extensie ontwikkeld door https://lolicon.app, en de belangrijkste functie is "便捷跳转至 PID 对应的作品页面".
Extensie Screenshots
Download het CRX-bestand van de extensie Pixiv PID 跳转
Download Pixiv PID 跳转-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
在为网页中出现P站作品 ID 但不包含链接而需要手动编辑网址而感到烦恼吗?
现在你只需要:选中,右击,Pixiv PID,轻松跳转~ Basisinformatie over de Extensie
| Naam | |
| ID | pgioaknpkcnnfcehpdnapiggaomgbcij |
| Officiële URL | https://chromewebstore.google.com/detail/pixiv-pid-%E8%B7%B3%E8%BD%AC/pgioaknpkcnnfcehpdnapiggaomgbcij |
| Beschrijving | 便捷跳转至 PID 对应的作品页面 |
| Bestandsgrootte | 13.53 KB |
| Aantal Installaties | 164 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2022-02-05 |
| Publicatiedatum | 2022-02-05 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://lolicon.app |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Tsuk1ko/pixiv-extensions |
| Help Pagina-URL | https://github.com/Tsuk1ko/pixiv-extensions/issues |
| Ondersteunde Talen | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pixiv PID \u8df3\u8f6c",
"description": "\u4fbf\u6377\u8df3\u8f6c\u81f3 PID \u5bf9\u5e94\u7684\u4f5c\u54c1\u9875\u9762",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"96": "icons\/96.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus"
]
} | |