reddit toxicity index

A chrome extension that helps users gauge the toxicity of reddit comment threads.

¿Qué es reddit toxicity index?

reddit toxicity index es una extensión de Chrome desarrollada por Dan Cowsill, y su función principal es "A chrome extension that helps users gauge the toxicity of reddit comment threads.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión reddit toxicity index

Descarga archivos de extensión reddit toxicity index 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

                        reddit toxicity index is a Google Chrome extension that helps reddit users gauge the toxicity of comment threads.  The extension adds a color coded toxicity index (TI) to each post.  Toxic posts will have higher values, colored red.  Circle-jerky or otherwise benign posts will have lower values, colored green.                    

Información Básica de la Extensión

Nombre reddit toxicity index reddit toxicity index
ID emkalpeicbbppchileodlkjmabcaaldk
URL Oficial https://chromewebstore.google.com/detail/reddit-toxicity-index/emkalpeicbbppchileodlkjmabcaaldk
Descripción A chrome extension that helps users gauge the toxicity of reddit comment threads.
Tamaño del Archivo 37.47 KB
Cantidad de Instalaciones 10
Versión Actual 0.0.2
Última Actualización 2015-08-24
Fecha de Publicación 2015-08-23
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Dan Cowsill
Tipo de Pago free
Sitio Web de la Extensión https://bitbucket.org/dcowsill/reddit_toxicity_index/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "http:\/\/www.reddit.com\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts\/utils.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}