Illya-chan
Give's the old Illya-chan boost
Hvad er Illya-chan?
Illya-chan er en Chrome-udvidelse udviklet af nesaan, og dens hovedfunktion er "Give's the old Illya-chan boost".
Udvidelsesskærmbilleder
Download Illya-chan-udvidelses-CRX-fil
Download Illya-chan-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Illya-Chan gives an updated ui to a number of popular pages. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | konneckjmnfghocilhlhmdlggbjeacbl |
| Officiel URL | https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl |
| Beskrivelse | Give's the old Illya-chan boost |
| Filstørrelse | 10.23 MB |
| Antal Installationer | 24 |
| Nuværende Version | 1.3 |
| Senest Opdateret | 2019-04-13 |
| Udgivelsesdato | 2019-04-13 |
| Udvikler | nesaan |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |