Harambe

Make sure our Lord & Savior, Harambe, gets the recognition he deserves

Harambe là gì?

Harambe là một tiện ích mở rộng Chrome được phát triển bởi rcobelli, và tính năng chính của nó là "Make sure our Lord & Savior, Harambe, gets the recognition he deserves".

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

screenshot
screenshot
screenshot

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

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

                        This extension will make sure that our Lord & Savior gets his recognition. It will replace all instances of Donald Trump with "Harambe", make all existing mentions of Harambe all caps, replace Hillary Clinton with "Hillary did Harambe", and all instances of Barack Obama with "Dicks Out for Harambe". Finally, it will replace all images on the web with a photo of Harambe. This is a must have for any self-respecting memelord.                    

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

Tên Harambe Harambe
ID lonpclkknojofcceoebdejjpegakhngo
URL Chính Thức https://chrome.google.com/webstore/detail/harambe/lonpclkknojofcceoebdejjpegakhngo
Mô tả Make sure our Lord & Savior, Harambe, gets the recognition he deserves
Kích Thước Tệp 156 KB
Số Lần Cài Đặt 160
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-08-18
Ngày Phát Hành 2016-08-18
Đánh Giá 2.71/5 Tổng số 48 Đánh Giá
Nhà Phát Triển rcobelli
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harambe",
    "description": "Make sure our Lord & Savior, Harambe, gets the recognition he deserves",
    "version": "1.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        "cat.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}