MoeMaker
This extension makes politics super moe.
ما هو MoeMaker؟
MoeMaker هو إضافة Chrome تم تطويرها بواسطة malcat، والميزة الرئيسية لها هي "This extension makes politics super moe.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MoeMaker
قم بتنزيل ملفات الامتداد MoeMaker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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" } ] } |