Ku-nya

Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!

Wat is Ku-nya?

Ku-nya is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Ku-nya

Download Ku-nya-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

                        Enjoy your pixiv life! Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab.
Ku-nyaはあなたの新しいタブに、素敵なイラストが集まるpixivのランキングからランダムにイラストを届けてくれます。                    

Basisinformatie over de Extensie

Naam Ku-nya Ku-nya
ID bpmaclbepidfnlfdnaoblbifgehgdalm
Officiële URL https://chromewebstore.google.com/detail/ku-nya/bpmaclbepidfnlfdnaoblbifgehgdalm
Beschrijving Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!
Bestandsgrootte 68.36 KB
Aantal Installaties 156
Huidige Versie 2.8.1
Laatst Bijgewerkt 2019-02-19
Publicatiedatum 2019-02-18
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/tamanobi/Ku-nya
Help Pagina-URL https://twitter.com/ku_nya_official
Ondersteunde Talen 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\/"
    ]
}