OxeyChat

El chat piolita de nimo vo sabe. Oxey Army

What is OxeyChat?

OxeyChat is a Chrome extension developed by maattv, and its main feature is "El chat piolita de nimo vo sabe. Oxey Army".

Extension Screenshots

screenshot

Download OxeyChat Extension CRX File

Download OxeyChat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - Mejor visibilidad para el chat.
- Mensajes de seguimiento eliminados.
- Colores en base al nickname de los usuarios.
- Insignia para suscriptores.
- Insignia para administradores.
- Insignia para streamers.
- Emotes personalizados del canal para suscriptores.

Para poder ver los colores disponibles, entrar a mi perfil dentro de NimoTV, seleccionar un color y modificar el nick con el prefijo correspondiente.                    

Extension Basic Information

Name OxeyChat OxeyChat
ID mfibecnamdjemeileacfbeicgenmcoec
Official URL https://chromewebstore.google.com/detail/oxeychat/mfibecnamdjemeileacfbeicgenmcoec
Description El chat piolita de nimo vo sabe. Oxey Army
File Size 50.77 KB
Installation Count 405
Current Version 1.1.2
Last Updated 2020-08-19
Publish Date 2020-06-08
Rating 4.91/5 Total 11 Ratings
Developer maattv
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OxeyChat",
    "version": "1.1.2",
    "description": "El chat piolita de nimo vo sabe. Oxey Army",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "libs.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/www.nimo.tv\/*"
            ]
        }
    ]
}