Ku-nya
Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!
What is Ku-nya?
Ku-nya is a Chrome extension developed by Unknown, and its main feature is "Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!".
Extension Screenshots
Download Ku-nya Extension CRX File
Download Ku-nya extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enjoy your pixiv life! Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Ku-nyaはあなたの新しいタブに、素敵なイラストが集まるpixivのランキングからランダムにイラストを届けてくれます。
Extension Basic Information
Name | Ku-nya |
ID | bpmaclbepidfnlfdnaoblbifgehgdalm |
Official URL | https://chromewebstore.google.com/detail/ku-nya/bpmaclbepidfnlfdnaoblbifgehgdalm |
Description | Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life! |
File Size | 68.36 KB |
Installation Count | 156 |
Current Version | 2.8.1 |
Last Updated | 2019-02-19 |
Publish Date | 2019-02-18 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/tamanobi/Ku-nya |
Help Page URL | https://twitter.com/ku_nya_official |
Supported Languages | 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\/" ] } |