Harambe

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

Apa itu Harambe?

Harambe adalah ekstensi Chrome yang dikembangkan oleh rcobelli, dan fitur utamanya adalah "Make sure our Lord & Savior, Harambe, gets the recognition he deserves".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Harambe

Unduh file ekstensi Harambe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Harambe Harambe
ID lonpclkknojofcceoebdejjpegakhngo
URL Resmi https://chrome.google.com/webstore/detail/harambe/lonpclkknojofcceoebdejjpegakhngo
Deskripsi Make sure our Lord & Savior, Harambe, gets the recognition he deserves
Ukuran File 156 KB
Jumlah Instalasi 160
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-08-18
Tanggal Publikasi 2016-08-18
Penilaian 2.71/5 Total 48 Penilaian
Pengembang rcobelli
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}