Ku-nya
Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!
Cos'è Ku-nya?
Ku-nya è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ku-nya
Scarica i file di estensione Ku-nya in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Enjoy your pixiv life! Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab.
Ku-nyaはあなたの新しいタブに、素敵なイラストが集まるpixivのランキングからランダムにイラストを届けてくれます。 Informazioni di Base sull'Estensione
| Nome | |
| ID | bpmaclbepidfnlfdnaoblbifgehgdalm |
| URL Ufficiale | https://chromewebstore.google.com/detail/ku-nya/bpmaclbepidfnlfdnaoblbifgehgdalm |
| Descrizione | Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life! |
| Dimensione del File | 68.36 KB |
| Conteggio Installazioni | 156 |
| Versione Corrente | 2.8.1 |
| Ultimo Aggiornamento | 2019-02-19 |
| Data di Pubblicazione | 2019-02-18 |
| Valutazione | 4.50/5 Totale 4 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/tamanobi/Ku-nya |
| URL della Pagina di Aiuto | https://twitter.com/ku_nya_official |
| Lingue Supportate | 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\/"
]
} | |