Illya-chan
Give's the old Illya-chan boost
什么是Illya-chan?
Illya-chan是由nesaan开发的Chrome扩展程序,该扩展的主要功能是“Give's the old Illya-chan boost”。
扩展截图
下载Illya-chan扩展crx文件
下载Illya-chan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Illya-Chan gives an updated ui to a number of popular pages.
扩展基本信息
名称 | |
ID | konneckjmnfghocilhlhmdlggbjeacbl |
官方URL | https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl |
简介 | Give's the old Illya-chan boost |
文件大小 | 10.23 MB |
安装次数 | 24 |
当前版本 | 1.3 |
更新时间 | 2019-04-13 |
上架时间 | 2019-04-13 |
开发者 | nesaan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |