Emotes Anywhere

Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments

¿Qué es Emotes Anywhere?

Emotes Anywhere es una extensión de Chrome desarrollada por Rhenier Kloppers, y su función principal es "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Emotes Anywhere

Descarga archivos de extensión Emotes Anywhere 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

                        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                    

Información Básica de la Extensión

Nombre Emotes Anywhere Emotes Anywhere
ID emhlcogdclinbkednbjgmfbdocfajbgm
URL Oficial https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm
Descripción Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
Tamaño del Archivo 19.8 KB
Cantidad de Instalaciones 270
Versión Actual 0.87
Última Actualización 2019-06-14
Fecha de Publicación 2019-06-14
Desarrollador Rhenier Kloppers
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 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"
    ]
}