Illya-chan
Give's the old Illya-chan boost
What is Illya-chan?
Illya-chan is a Chrome extension developed by nesaan, and its main feature is "Give's the old Illya-chan boost".
Extension Screenshots
Download Illya-chan Extension CRX File
Download Illya-chan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Illya-Chan gives an updated ui to a number of popular pages.
Extension Basic Information
Name | |
ID | konneckjmnfghocilhlhmdlggbjeacbl |
Official URL | https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl |
Description | Give's the old Illya-chan boost |
File Size | 10.23 MB |
Installation Count | 24 |
Current Version | 1.3 |
Last Updated | 2019-04-13 |
Publish Date | 2019-04-13 |
Developer | nesaan |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |