Memotes
Add meme emotes everywhere
O que é Memotes?
Memotes é uma extensão do Chrome desenvolvida por FreshTe.ch, e sua principal característica é "Add meme emotes everywhere".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Memotes
Baixe arquivos de extensão Memotes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Designed to bring twitch, BetterTTV, FFZ and other emotes to the web whenever you browse. Other Extensions always miss good emotes like ":gun:" or "OMEGALUL" or "PogU". Created my free logo at LogoMakr.com
Informações Básicas da Extensão
Nome | Memotes |
ID | omkhcojfbdmammghnnhhnbfcedllekbf |
URL Oficial | https://chromewebstore.google.com/detail/memotes/omkhcojfbdmammghnnhhnbfcedllekbf |
Descrição | Add meme emotes everywhere |
Tamanho do Arquivo | 109 KB |
Contagem de Instalações | 1,508 |
Versão Atual | 1.1 |
Última Atualização | 2019-06-07 |
Data de Publicação | 2019-06-02 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | FreshTe.ch |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Memotes", "version": "1.1", "description": "Add meme emotes everywhere", "permissions": [ "*:\/\/*\/*" ], "background": { "scripts": [ "jquery-3.4.1.min.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.4.1.min.js", "replace.js" ], "run_at": "document_end" } ], "icons": { "128": "img\/memotes_icon128.png" }, "manifest_version": 2 } |