Illya-chan
Give's the old Illya-chan boost
Co to jest Illya-chan?
Illya-chan to rozszerzenie Chrome opracowane przez nesaan, a jego główną funkcją jest „Give's the old Illya-chan boost”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Illya-chan
Pobierz pliki rozszerzeń Illya-chan w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Illya-Chan gives an updated ui to a number of popular pages. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | konneckjmnfghocilhlhmdlggbjeacbl |
| Oficjalny URL | https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl |
| Opis | Give's the old Illya-chan boost |
| Rozmiar pliku | 10.23 MB |
| Liczba instalacji | 24 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2019-04-13 |
| Data Publikacji | 2019-04-13 |
| Deweloper | nesaan |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |