Emotes Everywhere

Twitch, BTTV & FFZ emotes of your choosing on any site

¿Qué es Emotes Everywhere?

Emotes Everywhere es una extensión de Chrome desarrollada por Enzo, y su función principal es "Twitch, BTTV & FFZ emotes of your choosing on any site".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Emotes Everywhere

Descarga archivos de extensión Emotes Everywhere en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Emotes Everywhere Emotes Everywhere
ID bmobkojilggkdhfginkfilecnbnkngha
URL Oficial https://chromewebstore.google.com/detail/emotes-everywhere/bmobkojilggkdhfginkfilecnbnkngha
Descripción Twitch, BTTV & FFZ emotes of your choosing on any site
Tamaño del Archivo 35.43 KB
Cantidad de Instalaciones 11,147
Versión Actual 1.0.1
Última Actualización 2020-07-28
Fecha de Publicación 2020-07-27
Desarrollador Enzo
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}