Lord Harambe

Replaces all instances of 'God' with 'Harambe'. Dicks out

Lord Harambe là gì?

Lord Harambe là một tiện ích mở rộng Chrome được phát triển bởi SirSidis, và tính năng chính của nó là "Replaces all instances of 'God' with 'Harambe'. Dicks out".

Ả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 Lord Harambe

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

                        Replaces all instances of the word 'God' with 'Harambe', our dearly departed friend                    

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

Tên Lord Harambe Lord Harambe
ID dkjlnnadnhioppalkdangjmfeppakfep
URL Chính Thức https://chromewebstore.google.com/detail/lord-harambe/dkjlnnadnhioppalkdangjmfeppakfep
Mô tả Replaces all instances of 'God' with 'Harambe'. Dicks out
Kích Thước Tệp 8.67 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-07-25
Ngày Phát Hành 2016-07-25
Đánh Giá 4.50/5 Tổng số 12 Đánh Giá
Nhà Phát Triển SirSidis
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": "Lord Harambe",
    "description": "Replaces all instances of 'God' with 'Harambe'. Dicks out",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}