Illya-chan
Give's the old Illya-chan boost
Co je Illya-chan?
Illya-chan je rozšíření Chrome vyvinuté nesaan, a jeho hlavní funkcí je „Give's the old Illya-chan boost“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Illya-chan
Stáhněte si soubory rozšíření Illya-chan ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Illya-Chan gives an updated ui to a number of popular pages.
Základní Informace o Rozšíření
Název | |
ID | konneckjmnfghocilhlhmdlggbjeacbl |
Oficiální URL | https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl |
Popis | Give's the old Illya-chan boost |
Velikost souboru | 10.23 MB |
Počet instalací | 24 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2019-04-13 |
Datum Vydání | 2019-04-13 |
Vývojář | nesaan |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |