reddit toxicity index
A chrome extension that helps users gauge the toxicity of reddit comment threads.
Was ist reddit toxicity index?
reddit toxicity index ist eine Chrome-Erweiterung, die von Dan Cowsill entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension that helps users gauge the toxicity of reddit comment threads.".
Erweiterungsscreenshots
reddit toxicity index-Erweiterungs-CRX-Datei herunterladen
Laden Sie reddit toxicity index-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | emkalpeicbbppchileodlkjmabcaaldk |
| Offizielle URL | https://chromewebstore.google.com/detail/reddit-toxicity-index/emkalpeicbbppchileodlkjmabcaaldk |
| Beschreibung | A chrome extension that helps users gauge the toxicity of reddit comment threads. |
| Dateigröße | 37.47 KB |
| Installationsanzahl | 10 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2015-08-24 |
| Veröffentlichungsdatum | 2015-08-23 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Dan Cowsill |
| Zahlungsart | free |
| Erweiterungswebsite | https://bitbucket.org/dcowsill/reddit_toxicity_index/ |
| Unterstützte Sprachen | 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
}
]
} | |