CancerTTV

Makes Twitch just a little bit worse for everyone else.

¿Qué es CancerTTV?

CancerTTV es una extensión de Chrome desarrollada por Booom3, y su función principal es "Makes Twitch just a little bit worse for everyone else.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión CancerTTV

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

                        Bringing the cancer into Twitch!

Are your plans for the evening sitting in Twitch chat and spamming?
Same here! And that's why you need this extension. It makes doing everything involving copy pasta and dank memes a whole lot easier.

This extension has features like being able to click any message in the chat to automatically copy it into your own chat box. Copying that pasta has never been easier!
There's also plenty of keybindings to make creating your own pasta as easy and fast as possible.

And there's no need to worry about a high learning curve, the extension features a helpful hint menu and several tools to make the new user experience as straight forward as possible. Just install it and get spamming!                    

Información Básica de la Extensión

Nombre CancerTTV CancerTTV
ID nhhlipcggbhlcpabpliadljghbpngdfl
URL Oficial https://chromewebstore.google.com/detail/cancerttv/nhhlipcggbhlcpabpliadljghbpngdfl
Descripción Makes Twitch just a little bit worse for everyone else.
Tamaño del Archivo 75.32 KB
Cantidad de Instalaciones 439
Versión Actual 1.5.6
Última Actualización 2020-05-17
Fecha de Publicación 2020-05-17
Calificación 3.55/5 Total de 11 Calificaciones
Desarrollador Booom3
Tipo de Pago free
Sitio Web de la Extensión https://github.com/booom3/cancerttv
URL de la Página de Ayuda https://github.com/booom3/cancerttv
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CancerTTV",
    "short_name": "CTTV",
    "version": "1.5.6",
    "description": "Makes Twitch just a little bit worse for everyone else.",
    "icons": {
        "64": "Icon 64.png",
        "128": "Icon 128.png"
    },
    "author": "Booom3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*",
                "http:\/\/go.twitch.tv\/*",
                "https:\/\/go.twitch.tv\/*"
            ],
            "js": [
                "jquery-2.2.1.min.js",
                "simplebar.js",
                "CancerTTV.js",
                "CancerTTV-Activator.js"
            ],
            "css": [
                "CancerTTV.css"
            ]
        }
    ]
}