Harambe Zoo

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

Co je Harambe Zoo?

Harambe Zoo je rozšíření Chrome vyvinuté Trumani, a jeho hlavní funkcí je „Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Harambe Zoo

Stáhněte si soubory rozšíření Harambe Zoo ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Harambe Zoo Harambe Zoo
ID fdiabppfcahejnampgcdfnpbdedledhc
Oficiální URL https://chromewebstore.google.com/detail/harambe-zoo/fdiabppfcahejnampgcdfnpbdedledhc
Popis Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!
Velikost souboru 42.73 KB
Počet instalací 48
Aktuální Verze 0.1.0
Poslední Aktualizace 2016-09-14
Datum Vydání 2016-09-14
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Trumani
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://trumani.com
URL Stránky Zásad Ochrany Soukromí http://trumani.com/privacy
Podporované Jazyky 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"
}