reddit toxicity index
A chrome extension that helps users gauge the toxicity of reddit comment threads.
Qu'est-ce que reddit toxicity index ?
reddit toxicity index est une extension Chrome développée par Dan Cowsill, et sa fonction principale est "A chrome extension that helps users gauge the toxicity of reddit comment threads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension reddit toxicity index
Téléchargez les fichiers d'extension reddit toxicity index au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | reddit toxicity index |
ID | emkalpeicbbppchileodlkjmabcaaldk |
URL Officiel | https://chromewebstore.google.com/detail/reddit-toxicity-index/emkalpeicbbppchileodlkjmabcaaldk |
Description | A chrome extension that helps users gauge the toxicity of reddit comment threads. |
Taille du Fichier | 37.47 KB |
Nombre d'Installations | 10 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2015-08-24 |
Date de Publication | 2015-08-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Dan Cowsill |
Type de Paiement | free |
Site Web de l'Extension | https://bitbucket.org/dcowsill/reddit_toxicity_index/ |
Langues Prises en Charge | 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 } ] } |