Ku-nya
Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!
Was ist Ku-nya?
Ku-nya ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!".
Erweiterungsscreenshots
Ku-nya-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ku-nya-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
Enjoy your pixiv life! Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab.
Ku-nyaはあなたの新しいタブに、素敵なイラストが集まるpixivのランキングからランダムにイラストを届けてくれます。 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bpmaclbepidfnlfdnaoblbifgehgdalm |
| Offizielle URL | https://chromewebstore.google.com/detail/ku-nya/bpmaclbepidfnlfdnaoblbifgehgdalm |
| Beschreibung | Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life! |
| Dateigröße | 68.36 KB |
| Installationsanzahl | 156 |
| Aktuelle Version | 2.8.1 |
| Letztes Update | 2019-02-19 |
| Veröffentlichungsdatum | 2019-02-18 |
| Bewertung | 4.50/5 Insgesamt 4 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/tamanobi/Ku-nya |
| Hilfeseite URL | https://twitter.com/ku_nya_official |
| Unterstützte Sprachen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ku-nya",
"version": "2.8.1",
"manifest_version": 2,
"description": "Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "newTab.html"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"19": "icon\/icon19.png",
"38": "icon\/icon38.png"
}
},
"permissions": [
"webRequest",
"webRequestBlocking",
"https:\/\/www.pixiv.net\/",
"https:\/\/i.pximg.net\/",
"https:\/\/sentry.io\/"
]
} | |