MoeMaker

This extension makes politics super moe.

MoeMaker là gì?

MoeMaker là một tiện ích mở rộng Chrome được phát triển bởi malcat, và tính năng chính của nó là "This extension makes politics super moe.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MoeMaker

Tải xuống các tệp mở rộng MoeMaker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MoeMaker MoeMaker
ID khkfhdenkegcdalcoailghigaohcoejl
URL Chính Thức https://chromewebstore.google.com/detail/moemaker/khkfhdenkegcdalcoailghigaohcoejl
Mô tả This extension makes politics super moe.
Kích Thước Tệp 20.74 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-06-12
Ngày Phát Hành 2016-06-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển malcat
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.malcat.moe
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}