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 |
| 官方網址 | 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"
]
} | |