Ku-nya

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

Apa itu Ku-nya?

Ku-nya adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ku-nya

Unduh file ekstensi Ku-nya dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Ku-nya Ku-nya
ID bpmaclbepidfnlfdnaoblbifgehgdalm
URL Resmi https://chromewebstore.google.com/detail/ku-nya/bpmaclbepidfnlfdnaoblbifgehgdalm
Deskripsi Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!
Ukuran File 68.36 KB
Jumlah Instalasi 156
Versi Saat Ini 2.8.1
Terakhir Diperbarui 2019-02-19
Tanggal Publikasi 2019-02-18
Penilaian 4.50/5 Total 4 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/tamanobi/Ku-nya
URL Halaman Bantuan https://twitter.com/ku_nya_official
Bahasa yang Didukung 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\/"
    ]
}