MoeMaker
This extension makes politics super moe.
什么是MoeMaker?
MoeMaker是由malcat开发的Chrome扩展程序,该扩展的主要功能是“This extension makes politics super moe.”。
扩展截图
下载MoeMaker扩展crx文件
下载MoeMaker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Politics suck, and so do presidential elections. Now they can be kawaii. This will replace some notorious presidential candidates names with... well, does it matter? Anything is better. 扩展基本信息
| 名称 | |
| ID | khkfhdenkegcdalcoailghigaohcoejl |
| 官方URL | https://chromewebstore.google.com/detail/moemaker/khkfhdenkegcdalcoailghigaohcoejl |
| 简介 | This extension makes politics super moe. |
| 文件大小 | 20.74 KB |
| 安装次数 | 15 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-06-12 |
| 上架时间 | 2016-06-11 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | malcat |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.malcat.moe |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MoeMaker",
"description": "This extension makes politics super moe.",
"version": "0.1",
"icons": {
"16": "moe.png",
"48": "moe.png",
"128": "moe.png"
},
"content_scripts": [
{
"js": [
"content_script.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end"
}
]
} | |