Harambe Zoo

Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!

Apa itu Harambe Zoo?

Harambe Zoo adalah ekstensi Chrome yang dikembangkan oleh Trumani, dan fitur utamanya adalah "Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Harambe Zoo

Unduh file ekstensi Harambe Zoo 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

                        Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. You can choose to display the switch at random once a day in the settings. You can also exclude specified URLs. May he rest in peace.                    

Informasi Dasar Ekstensi

Nama Harambe Zoo Harambe Zoo
ID fdiabppfcahejnampgcdfnpbdedledhc
URL Resmi https://chromewebstore.google.com/detail/harambe-zoo/fdiabppfcahejnampgcdfnpbdedledhc
Deskripsi Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!
Ukuran File 42.73 KB
Jumlah Instalasi 48
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2016-09-14
Tanggal Publikasi 2016-09-14
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Trumani
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://trumani.com
URL Halaman Kebijakan Privasi http://trumani.com/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harambe Zoo",
    "version": "0.1.0",
    "description": "Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!",
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19-on.png",
        "default_title": "Toggle Swtich"
    },
    "content_security_policy": "default-src 'none'; script-src 'self'",
    "options_page": "options.html"
}