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のランキングからランダムにイラストを届けてくれます。
拡張機能の基本情報
名前 | 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\/" ] } |