AnimeKage Utility
AnimeKage utilities and filters.
什么是AnimeKage Utility?
AnimeKage Utility是由eduart1272开发的Chrome扩展程序,该扩展的主要功能是“AnimeKage utilities and filters.”。
扩展截图
下载AnimeKage Utility扩展crx文件
下载AnimeKage Utility扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Clicking on the extension makes everything around the video black. 扩展基本信息
| 名称 | |
| ID | dgfepgnabjojjlicbjopdjgfokemgmhn |
| 官方URL | https://chromewebstore.google.com/detail/animekage-utility/dgfepgnabjojjlicbjopdjgfokemgmhn |
| 简介 | AnimeKage utilities and filters. |
| 文件大小 | 12.87 KB |
| 安装次数 | 22 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2021-07-07 |
| 上架时间 | 2021-07-07 |
| 开发者 | eduart1272 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AnimeKage Utility",
"version": "1.0.1",
"description": "AnimeKage utilities and filters.",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon16.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.anime-kage.eu\/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
"background.css"
]
} | |