Ku-nya
Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!
O que é Ku-nya?
Ku-nya é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ku-nya
Baixe arquivos de extensão Ku-nya no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Enjoy your pixiv life! Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Ku-nyaはあなたの新しいタブに、素敵なイラストが集まるpixivのランキングからランダムにイラストを届けてくれます。
Informações Básicas da Extensão
Nome | Ku-nya |
ID | bpmaclbepidfnlfdnaoblbifgehgdalm |
URL Oficial | https://chromewebstore.google.com/detail/ku-nya/bpmaclbepidfnlfdnaoblbifgehgdalm |
Descrição | Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life! |
Tamanho do Arquivo | 68.36 KB |
Contagem de Instalações | 156 |
Versão Atual | 2.8.1 |
Última Atualização | 2019-02-19 |
Data de Publicação | 2019-02-18 |
Classificação | 4.50/5 Total de 4 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tamanobi/Ku-nya |
URL da Página de Ajuda | https://twitter.com/ku_nya_official |
Idiomas Suportados | 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\/" ] } |