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.
拡張機能の基本情報
名前 | MoeMaker |
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 |
Eメール | [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" } ] } |