Illya-chan
Give's the old Illya-chan boost
Qu'est-ce que Illya-chan ?
Illya-chan est une extension Chrome développée par nesaan, et sa fonction principale est "Give's the old Illya-chan boost".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Illya-chan
Téléchargez les fichiers d'extension Illya-chan 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
Illya-Chan gives an updated ui to a number of popular pages.
Informations de Base sur l'Extension
Nom | |
ID | konneckjmnfghocilhlhmdlggbjeacbl |
URL Officiel | https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl |
Description | Give's the old Illya-chan boost |
Taille du Fichier | 10.23 MB |
Nombre d'Installations | 24 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2019-04-13 |
Date de Publication | 2019-04-13 |
Développeur | nesaan |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Illya-chan", "version": "1.3", "description": "Give's the old Illya-chan boost", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "christmasssssss.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "jquery.js", "youtube.js" ] }, { "matches": [ "https:\/\/*.mangadex.org\/*" ], "js": [ "jquery.js", "mangadex.js" ] }, { "matches": [ "https:\/\/*.stackoverflow.com\/*" ], "js": [ "jquery.js", "stackoverflow.js" ] }, { "matches": [ "https:\/\/myanimelist.net\/anime\/*" ], "js": [ "jquery.js", "mal.js" ] } ], "web_accessible_resources": [ "sohappy.png", "themosthappy.png", "yumyumyum.png" ] } |