nKemono
Inspired by nCage. It replaces all of your images by Kemono Friends
Qu'est-ce que nKemono ?
nKemono est une extension Chrome développée par CornGuo, et sa fonction principale est "Inspired by nCage. It replaces all of your images by Kemono Friends".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension nKemono
Téléchargez les fichiers d'extension nKemono 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
讓你的網頁充滿動物朋友。 Brought to you by https://fugu.cafe Now source code is avaliable at: https://github.com/cornguo/nKemono Special thanks to following contributors: - https://github.com/tengattack - https://github.com/Yukaii PRs are welcomed. :)
Informations de Base sur l'Extension
Nom | nKemono |
ID | pfeabhccnkpilbkjncnndoahffhjgkak |
URL Officiel | https://chromewebstore.google.com/detail/nkemono/pfeabhccnkpilbkjncnndoahffhjgkak |
Description | Inspired by nCage. It replaces all of your images by Kemono Friends |
Taille du Fichier | 16.39 KB |
Nombre d'Installations | 618 |
Version Actuelle | 4.2 |
Dernière Mise à Jour | 2019-08-20 |
Date de Publication | 2019-08-20 |
Évaluation | 4.86/5 Total 78 Évaluations |
Développeur | CornGuo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "nKemono", "description": "Inspired by nCage. It replaces all of your images by Kemono Friends", "version": "4.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "icons": { "128": "icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "kemono.js" ], "run_at": "document_end" } ] } |