HelloHooman
We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!
Co to jest HelloHooman?
HelloHooman to rozszerzenie Chrome opracowane przez https://www.epigra.com, a jego główną funkcją jest „We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HelloHooman
Pobierz pliki rozszerzeń HelloHooman w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | HelloHooman |
ID | dagggdnknmmgjedpohekiclcnakbfnpf |
Oficjalny URL | https://chromewebstore.google.com/detail/hellohooman/dagggdnknmmgjedpohekiclcnakbfnpf |
Opis | We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now! |
Rozmiar pliku | 47.48 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 3 |
Ostatnia Aktualizacja | 2017-10-03 |
Data Publikacji | 2017-10-03 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://www.epigra.com |
Typ Płatności | free |
Strona Rozszerzenia | http://hellohooman.com/ |
Obsługiwane Języki | 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 } } |