Harambe Zoo

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

Cos'è Harambe Zoo?

Harambe Zoo è un'estensione di Chrome sviluppata da Trumani, e la sua funzione principale è "Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Harambe Zoo

Scarica i file di estensione Harambe Zoo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Harambe Zoo Harambe Zoo
ID fdiabppfcahejnampgcdfnpbdedledhc
URL Ufficiale https://chromewebstore.google.com/detail/harambe-zoo/fdiabppfcahejnampgcdfnpbdedledhc
Descrizione Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!
Dimensione del File 42.73 KB
Conteggio Installazioni 48
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-09-14
Data di Pubblicazione 2016-09-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Trumani
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://trumani.com
URL della Pagina della Politica sulla Privacy http://trumani.com/privacy
Lingue Supportate 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"
}