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