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 |
| 官方網址 | 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\/"
]
} | |