HelloHooman
We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!
Что такое HelloHooman?
HelloHooman - это расширение Chrome, разработанное https://www.epigra.com, и его основная функция - "We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!".
Снимки экрана расширения
Скачать файл CRX расширения HelloHooman
Скачайте файлы расширений HelloHooman в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
We wanted to draw attention to World Animal Day. So we decided to transform our beloved smileys to cat emojis. So in every page you enter, you will see cat emojis instead of smileys. What you waiting for hooman! Meowload now!
Основная информация о расширении
Название | HelloHooman |
ID | dagggdnknmmgjedpohekiclcnakbfnpf |
Официальный URL | https://chromewebstore.google.com/detail/hellohooman/dagggdnknmmgjedpohekiclcnakbfnpf |
Описание | We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now! |
Размер файла | 47.48 KB |
Количество установок | 21 |
Текущая Версия | 3 |
Последнее Обновление | 2017-10-03 |
Дата публикации | 2017-10-03 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://www.epigra.com |
Тип оплаты | free |
Официальный сайт расширения | http://hellohooman.com/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HelloHooman", "description": "We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!", "version": "3", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |