Illya-chan
Give's the old Illya-chan boost
Vad är Illya-chan?
Illya-chan är en Chrome-tillägg utvecklad av nesaan, och dess huvudfunktion är "Give's the old Illya-chan boost".
Tilläggsskärmbilder
Ladda ner Illya-chan-förlängningens CRX-fil
Ladda ner Illya-chan-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Illya-Chan gives an updated ui to a number of popular pages. Grundläggande Information om Tillägg
| Namn | |
| ID | konneckjmnfghocilhlhmdlggbjeacbl |
| Officiell webbadress | https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl |
| Beskrivning | Give's the old Illya-chan boost |
| Filstorlek | 10.23 MB |
| Antal Installationer | 24 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2019-04-13 |
| Publiceringsdatum | 2019-04-13 |
| Utvecklare | nesaan |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |