Emotes Everywhere
Twitch, BTTV & FFZ emotes of your choosing on any site
O que é Emotes Everywhere?
Emotes Everywhere é uma extensão do Chrome desenvolvida por Enzo, e sua principal característica é "Twitch, BTTV & FFZ emotes of your choosing on any site".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Emotes Everywhere
Baixe arquivos de extensão Emotes Everywhere 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
Twitch, BTTV & FFZ emotes of your choosing on any site. -choose any emote you want it to work with -whitelist mode to whitelist sites you want it to work with -blacklist mode to blacklist sites you dont want it to work with right click icon and click options for settings. W.I.P
Informações Básicas da Extensão
Nome | Emotes Everywhere |
ID | bmobkojilggkdhfginkfilecnbnkngha |
URL Oficial | https://chromewebstore.google.com/detail/emotes-everywhere/bmobkojilggkdhfginkfilecnbnkngha |
Descrição | Twitch, BTTV & FFZ emotes of your choosing on any site |
Tamanho do Arquivo | 35.43 KB |
Contagem de Instalações | 11,147 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-07-28 |
Data de Publicação | 2020-07-27 |
Desenvolvedor | Enzo |
[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 Everywhere", "version": "1.0.1", "description": "Twitch, BTTV & FFZ emotes of your choosing on any site", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "storage", "contextMenus", "tabs" ], "options_page": "options.html", "background": { "scripts": [ ".\/js\/contextMenu.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ ".\/js\/content.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ ".\/js\/popup.js", ".\/js\/content.js" ] } |