Harambe
A simple Chrome extension that replaces references to divine entities with the word "Harambe"
Что такое Harambe?
Harambe - это расширение Chrome, разработанное 2shobhitsriv6, и его основная функция - "A simple Chrome extension that replaces references to divine entities with the word "Harambe"".
Снимки экрана расширения
Скачать файл CRX расширения Harambe
Скачайте файлы расширений Harambe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replace all references to religious deities on the page with the word "Harambe." Change the title of the page to "HARAMBE WAS HERE." Try it out: Install the extension and go to http://www.everystudent.com/features/isthere.html Press the gorilla on the top right corner.
Основная информация о расширении
Название | Harambe |
ID | abfkfmfjfimmgbfggbabahcmndbdafca |
Официальный URL | https://chromewebstore.google.com/detail/harambe/abfkfmfjfimmgbfggbabahcmndbdafca |
Описание | A simple Chrome extension that replaces references to divine entities with the word "Harambe" |
Размер файла | 85.67 KB |
Количество установок | 46 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2016-09-06 |
Дата публикации | 2016-09-06 |
Рейтинг | 4.20/5 Всего 5 оценок |
Разработчик | 2shobhitsriv6 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Harambe", "version": "1.0.0", "description": "A simple Chrome extension that replaces references to divine entities with the word \"Harambe\"", "browser_action": { "default_title": "turn on Harambe" }, "icons": { "128": "Harambe.png" }, "background": { "scripts": [ "background.js", "jquery-3.1.0.js", "replaceText.js" ], "persistent:": false }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "background.js", "jquery-3.1.0.js", "replaceText.js" ] } ] } |