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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ku-nya 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Ku-nya Ku-nya
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\/"
    ]
}