Ku-nya
Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!
什么是Ku-nya?
Ku-nya是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!”。
扩展截图
下载Ku-nya扩展crx文件
下载Ku-nya扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enjoy your pixiv life! Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab.
Ku-nyaはあなたの新しいタブに、素敵なイラストが集まるpixivのランキングからランダムにイラストを届けてくれます。 扩展基本信息
| 名称 | |
| ID | bpmaclbepidfnlfdnaoblbifgehgdalm |
| 官方URL | https://chromewebstore.google.com/detail/ku-nya/bpmaclbepidfnlfdnaoblbifgehgdalm |
| 简介 | Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life! |
| 文件大小 | 68.36 KB |
| 安装次数 | 156 |
| 当前版本 | 2.8.1 |
| 更新时间 | 2019-02-19 |
| 上架时间 | 2019-02-18 |
| 评分 | 4.50/5 共4次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | https://github.com/tamanobi/Ku-nya |
| 帮助页面URL | https://twitter.com/ku_nya_official |
| 支持的语言 | 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\/"
]
} | |