Harambe Zoo
Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!
Что такое Harambe Zoo?
Harambe Zoo - это расширение Chrome, разработанное Trumani, и его основная функция - "Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!".
Снимки экрана расширения
Скачать файл CRX расширения Harambe Zoo
Скачайте файлы расширений Harambe Zoo в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Harambe Zoo |
ID | fdiabppfcahejnampgcdfnpbdedledhc |
Официальный URL | https://chromewebstore.google.com/detail/harambe-zoo/fdiabppfcahejnampgcdfnpbdedledhc |
Описание | Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe! |
Размер файла | 42.73 KB |
Количество установок | 48 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2016-09-14 |
Дата публикации | 2016-09-14 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Trumani |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://trumani.com |
URL страницы политики конфиденциальности | http://trumani.com/privacy |
Поддерживаемые языки | 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" } |