MoeMaker
This extension makes politics super moe.
Co to jest MoeMaker?
MoeMaker to rozszerzenie Chrome opracowane przez malcat, a jego główną funkcją jest „This extension makes politics super moe.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MoeMaker
Pobierz pliki rozszerzeń MoeMaker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | MoeMaker |
ID | khkfhdenkegcdalcoailghigaohcoejl |
Oficjalny URL | https://chromewebstore.google.com/detail/moemaker/khkfhdenkegcdalcoailghigaohcoejl |
Opis | This extension makes politics super moe. |
Rozmiar pliku | 20.74 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2016-06-12 |
Data Publikacji | 2016-06-11 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | malcat |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.malcat.moe |
Obsługiwane Języki | 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" } ] } |