reddit toxicity index

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

Wat is reddit toxicity index?

reddit toxicity index is een Chrome-extensie ontwikkeld door Dan Cowsill, en de belangrijkste functie is "A chrome extension that helps users gauge the toxicity of reddit comment threads.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie reddit toxicity index

Download reddit toxicity index-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam reddit toxicity index reddit toxicity index
ID emkalpeicbbppchileodlkjmabcaaldk
Officiële URL https://chromewebstore.google.com/detail/reddit-toxicity-index/emkalpeicbbppchileodlkjmabcaaldk
Beschrijving A chrome extension that helps users gauge the toxicity of reddit comment threads.
Bestandsgrootte 37.47 KB
Aantal Installaties 10
Huidige Versie 0.0.2
Laatst Bijgewerkt 2015-08-24
Publicatiedatum 2015-08-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Dan Cowsill
Betalingswijze free
Extensiewebsite https://bitbucket.org/dcowsill/reddit_toxicity_index/
Ondersteunde Talen 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
        }
    ]
}