Illya-chan
Give's the old Illya-chan boost
O que é Illya-chan?
Illya-chan é uma extensão do Chrome desenvolvida por nesaan, e sua principal característica é "Give's the old Illya-chan boost".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Illya-chan
Baixe arquivos de extensão Illya-chan no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Illya-Chan gives an updated ui to a number of popular pages.
Informações Básicas da Extensão
Nome | |
ID | konneckjmnfghocilhlhmdlggbjeacbl |
URL Oficial | https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl |
Descrição | Give's the old Illya-chan boost |
Tamanho do Arquivo | 10.23 MB |
Contagem de Instalações | 24 |
Versão Atual | 1.3 |
Última Atualização | 2019-04-13 |
Data de Publicação | 2019-04-13 |
Desenvolvedor | nesaan |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |