MoeMaker

This extension makes politics super moe.

What is MoeMaker?

MoeMaker is a Chrome extension developed by malcat, and its main feature is "This extension makes politics super moe.".

Extension Screenshots

screenshot

Download MoeMaker Extension CRX File

Download MoeMaker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MoeMaker MoeMaker
ID khkfhdenkegcdalcoailghigaohcoejl
Official URL https://chromewebstore.google.com/detail/moemaker/khkfhdenkegcdalcoailghigaohcoejl
Description This extension makes politics super moe.
File Size 20.74 KB
Installation Count 15
Current Version 0.1
Last Updated 2016-06-12
Publish Date 2016-06-11
Rating 5.00/5 Total 1 Ratings
Developer malcat
Email [email protected]
Payment Type free
Extension Website https://www.malcat.moe
Supported Languages 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"
        }
    ]
}