reddit toxicity index

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

Cos'è reddit toxicity index?

reddit toxicity index è un'estensione di Chrome sviluppata da Dan Cowsill, e la sua funzione principale è "A chrome extension that helps users gauge the toxicity of reddit comment threads.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione reddit toxicity index

Scarica i file di estensione reddit toxicity index in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome reddit toxicity index reddit toxicity index
ID emkalpeicbbppchileodlkjmabcaaldk
URL Ufficiale https://chromewebstore.google.com/detail/reddit-toxicity-index/emkalpeicbbppchileodlkjmabcaaldk
Descrizione A chrome extension that helps users gauge the toxicity of reddit comment threads.
Dimensione del File 37.47 KB
Conteggio Installazioni 10
Versione Corrente 0.0.2
Ultimo Aggiornamento 2015-08-24
Data di Pubblicazione 2015-08-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Dan Cowsill
Tipo di Pagamento free
Sito Web dell'Estensione https://bitbucket.org/dcowsill/reddit_toxicity_index/
Lingue Supportate 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
        }
    ]
}