reddit toxicity index

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

Co je reddit toxicity index?

reddit toxicity index je rozšíření Chrome vyvinuté Dan Cowsill, a jeho hlavní funkcí je „A chrome extension that helps users gauge the toxicity of reddit comment threads.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření reddit toxicity index

Stáhněte si soubory rozšíření reddit toxicity index ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název reddit toxicity index reddit toxicity index
ID emkalpeicbbppchileodlkjmabcaaldk
Oficiální URL https://chromewebstore.google.com/detail/reddit-toxicity-index/emkalpeicbbppchileodlkjmabcaaldk
Popis A chrome extension that helps users gauge the toxicity of reddit comment threads.
Velikost souboru 37.47 KB
Počet instalací 10
Aktuální Verze 0.0.2
Poslední Aktualizace 2015-08-24
Datum Vydání 2015-08-23
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Dan Cowsill
Typ Platby free
Webové stránky Rozšíření https://bitbucket.org/dcowsill/reddit_toxicity_index/
Podporované Jazyky 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
        }
    ]
}