Ku-nya
Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!
Qu'est-ce que Ku-nya ?
Ku-nya est une extension Chrome développée par Unknown, et sa fonction principale est "Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ku-nya
Téléchargez les fichiers d'extension Ku-nya au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Enjoy your pixiv life! Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Ku-nyaはあなたの新しいタブに、素敵なイラストが集まるpixivのランキングからランダムにイラストを届けてくれます。
Informations de Base sur l'Extension
Nom | Ku-nya |
ID | bpmaclbepidfnlfdnaoblbifgehgdalm |
URL Officiel | https://chromewebstore.google.com/detail/ku-nya/bpmaclbepidfnlfdnaoblbifgehgdalm |
Description | Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life! |
Taille du Fichier | 68.36 KB |
Nombre d'Installations | 156 |
Version Actuelle | 2.8.1 |
Dernière Mise à Jour | 2019-02-19 |
Date de Publication | 2019-02-18 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tamanobi/Ku-nya |
URL de la Page d'Aide | https://twitter.com/ku_nya_official |
Langues Prises en Charge | 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\/" ] } |