Harambe Zoo

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

¿Qué es Harambe Zoo?

Harambe Zoo es una extensión de Chrome desarrollada por Trumani, y su función principal es "Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Harambe Zoo

Descarga archivos de extensión Harambe Zoo en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Harambe Zoo Harambe Zoo
ID fdiabppfcahejnampgcdfnpbdedledhc
URL Oficial https://chromewebstore.google.com/detail/harambe-zoo/fdiabppfcahejnampgcdfnpbdedledhc
Descripción Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!
Tamaño del Archivo 42.73 KB
Cantidad de Instalaciones 48
Versión Actual 0.1.0
Última Actualización 2016-09-14
Fecha de Publicación 2016-09-14
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Trumani
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://trumani.com
URL de la Página de Política de Privacidad http://trumani.com/privacy
Idiomas Soportados 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"
}