Illya-chan
Give's the old Illya-chan boost
Cos'è Illya-chan?
Illya-chan è un'estensione di Chrome sviluppata da nesaan, e la sua funzione principale è "Give's the old Illya-chan boost".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Illya-chan
Scarica i file di estensione Illya-chan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Illya-Chan gives an updated ui to a number of popular pages. Informazioni di Base sull'Estensione
| Nome | |
| ID | konneckjmnfghocilhlhmdlggbjeacbl |
| URL Ufficiale | https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl |
| Descrizione | Give's the old Illya-chan boost |
| Dimensione del File | 10.23 MB |
| Conteggio Installazioni | 24 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2019-04-13 |
| Data di Pubblicazione | 2019-04-13 |
| Sviluppatore | nesaan |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |