Illya-chan
Give's the old Illya-chan boost
Wat is Illya-chan?
Illya-chan is een Chrome-extensie ontwikkeld door nesaan, en de belangrijkste functie is "Give's the old Illya-chan boost".
Extensie Screenshots
Download het CRX-bestand van de extensie Illya-chan
Download Illya-chan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Illya-Chan gives an updated ui to a number of popular pages. Basisinformatie over de Extensie
| Naam | |
| ID | konneckjmnfghocilhlhmdlggbjeacbl |
| Officiële URL | https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl |
| Beschrijving | Give's the old Illya-chan boost |
| Bestandsgrootte | 10.23 MB |
| Aantal Installaties | 24 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2019-04-13 |
| Publicatiedatum | 2019-04-13 |
| Ontwikkelaar | nesaan |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |