Harambe Zoo

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

Qu'est-ce que Harambe Zoo ?

Harambe Zoo est une extension Chrome développée par Trumani, et sa fonction principale est "Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Harambe Zoo

Téléchargez les fichiers d'extension Harambe Zoo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Harambe Zoo Harambe Zoo
ID fdiabppfcahejnampgcdfnpbdedledhc
URL Officiel https://chromewebstore.google.com/detail/harambe-zoo/fdiabppfcahejnampgcdfnpbdedledhc
Description Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!
Taille du Fichier 42.73 KB
Nombre d'Installations 48
Version Actuelle 0.1.0
Dernière Mise à Jour 2016-09-14
Date de Publication 2016-09-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur Trumani
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://trumani.com
URL de la Page de Politique de Confidentialité http://trumani.com/privacy
Langues Prises en Charge 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"
}