Harambe Lives

A secret reminder to us all, that he's still here.

Apa itu Harambe Lives?

Harambe Lives adalah ekstensi Chrome yang dikembangkan oleh norton.seanm, dan fitur utamanya adalah "A secret reminder to us all, that he's still here.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Harambe Lives

Unduh file ekstensi Harambe Lives 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 randomly add Harambe to every page when you mouse over an image.
I recommend installing this on a parents or mates chrome just to mess with them.                    

Informasi Dasar Ekstensi

Nama Harambe Lives Harambe Lives
ID elaapbnomecicnkmcnlenhgilopocigg
URL Resmi https://chromewebstore.google.com/detail/harambe-lives/elaapbnomecicnkmcnlenhgilopocigg
Deskripsi A secret reminder to us all, that he's still here.
Ukuran File 169 KB
Jumlah Instalasi 0
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-09-06
Tanggal Publikasi 2016-09-05
Pengembang norton.seanm
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harambe Lives",
    "version": "0.1",
    "description": "A secret reminder to us all, that he's still here.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}