Emotes Anywhere
Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
O que é Emotes Anywhere?
Emotes Anywhere é uma extensão do Chrome desenvolvida por Rhenier Kloppers, e sua principal característica é "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Emotes Anywhere
Baixe arquivos de extensão Emotes Anywhere 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
Having emotes everywhere in your browser gets old after a few days, and could ruin potentially important text - enjoy this minimalistic addon that offers a balance between work & play - the best of both worlds. Simply install and you're good to go! Currently supported sites: Youtube, Reddit
Informações Básicas da Extensão
Nome | Emotes Anywhere |
ID | emhlcogdclinbkednbjgmfbdocfajbgm |
URL Oficial | https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm |
Descrição | Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments |
Tamanho do Arquivo | 19.8 KB |
Contagem de Instalações | 270 |
Versão Atual | 0.87 |
Última Atualização | 2019-06-14 |
Data de Publicação | 2019-06-14 |
Desenvolvedor | Rhenier Kloppers |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emotes Anywhere", "short_name": "Emotes", "version": "0.87", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.reddit.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "description": "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments", "author": "Rhenier Kloppers", "browser_action": { "default_icon": "emotesanywhere.png", "default_title": "Popup here." }, "permissions": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.reddit.com\/*", "tabs" ] } |