MoeMaker
This extension makes politics super moe.
Cos'è MoeMaker?
MoeMaker è un'estensione di Chrome sviluppata da malcat, e la sua funzione principale è "This extension makes politics super moe.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MoeMaker
Scarica i file di estensione MoeMaker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | MoeMaker |
ID | khkfhdenkegcdalcoailghigaohcoejl |
URL Ufficiale | https://chromewebstore.google.com/detail/moemaker/khkfhdenkegcdalcoailghigaohcoejl |
Descrizione | This extension makes politics super moe. |
Dimensione del File | 20.74 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2016-06-12 |
Data di Pubblicazione | 2016-06-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | malcat |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.malcat.moe |
Lingue Supportate | 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" } ] } |