Commits are poops

Replaces 'commits' with 'poops'.

Commits are poops là gì?

Commits are poops là một tiện ích mở rộng Chrome được phát triển bởi mezmor, và tính năng chính của nó là "Replaces 'commits' with 'poops'.".

Ả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 Commits are poops

Tải xuống các tệp mở rộng Commits are poops 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

                                            

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

Tên Commits are poops Commits are poops
ID mbookomkhephpkajbalnoocimjhfojlk
URL Chính Thức https://chromewebstore.google.com/detail/commits-are-poops/mbookomkhephpkajbalnoocimjhfojlk
Mô tả Replaces 'commits' with 'poops'.
Kích Thước Tệp 6.82 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-07-08
Ngày Phát Hành 2016-07-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mezmor
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Commits are poops",
    "version": "1.0",
    "description": "Replaces 'commits' with 'poops'.",
    "icons": {
        "48": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}