MoeMaker

This extension makes politics super moe.

MoeMakerคืออะไร?

MoeMaker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย malcat และคุณลักษณะหลักของมันคือ "This extension makes politics super moe."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MoeMaker

ดาวน์โหลดไฟล์ส่วนขยาย MoeMaker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
        }
    ]
}