Kami-sama
The ultimate pixiv extension
Was ist Kami-sama?
Kami-sama ist eine Chrome-Erweiterung, die von Paarth entwickelt wurde, und ihr Hauptmerkmal ist "The ultimate pixiv extension".
Erweiterungsscreenshots
Kami-sama-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kami-sama-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Download any illustration, manga, and animation.
Choose which pages you want to download!
Bloom integration Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lohdokmlnkfnkmnejklhjpidincnbfji |
| Offizielle URL | https://chromewebstore.google.com/detail/kami-sama/lohdokmlnkfnkmnejklhjpidincnbfji |
| Beschreibung | The ultimate pixiv extension |
| Dateigröße | 939 KB |
| Installationsanzahl | 57 |
| Aktuelle Version | 1.1.3 |
| Letztes Update | 2020-10-03 |
| Veröffentlichungsdatum | 2019-11-04 |
| Entwickler | Paarth |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/paarthenon/kami-sama |
| Hilfeseite URL | https://github.com/paarthenon/kami-sama/issues |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Kami-sama",
"version": "1.1.3",
"description": "The ultimate pixiv extension",
"icons": {
"16": "icons\/kami-32.png",
"38": "icons\/kami-38.png",
"64": "icons\/kami-64.png",
"128": "icons\/kami-256.png"
},
"browser_action": {
"default_icon": "icons\/kami-38.png",
"default_title": "Kami-sama",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.min.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.pixiv.net\/*",
"*:\/\/*.pximg.net\/*"
],
"js": [
"content.min.js"
]
}
],
"permissions": [
"webRequest",
"webRequestBlocking",
"contextMenus",
"*:\/\/*.pixiv.net\/*",
"*:\/\/*.pximg.net\/*"
],
"web_accessible_resources": []
} | |