HelloHooman
We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!
What is HelloHooman?
HelloHooman is a Chrome extension developed by https://www.epigra.com, and its main feature is "We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!".
Extension Screenshots
Download HelloHooman Extension CRX File
Download HelloHooman extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | HelloHooman |
ID | dagggdnknmmgjedpohekiclcnakbfnpf |
Official URL | https://chromewebstore.google.com/detail/hellohooman/dagggdnknmmgjedpohekiclcnakbfnpf |
Description | We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now! |
File Size | 47.48 KB |
Installation Count | 21 |
Current Version | 3 |
Last Updated | 2017-10-03 |
Publish Date | 2017-10-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.epigra.com |
Payment Type | free |
Extension Website | http://hellohooman.com/ |
Supported Languages | 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 } } |