MoeMaker

This extension makes politics super moe.

Wat is MoeMaker?

MoeMaker is een Chrome-extensie ontwikkeld door malcat, en de belangrijkste functie is "This extension makes politics super moe.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MoeMaker

Download MoeMaker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam MoeMaker MoeMaker
ID khkfhdenkegcdalcoailghigaohcoejl
Officiële URL https://chromewebstore.google.com/detail/moemaker/khkfhdenkegcdalcoailghigaohcoejl
Beschrijving This extension makes politics super moe.
Bestandsgrootte 20.74 KB
Aantal Installaties 15
Huidige Versie 0.1
Laatst Bijgewerkt 2016-06-12
Publicatiedatum 2016-06-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar malcat
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.malcat.moe
Ondersteunde Talen 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"
        }
    ]
}