reddit toxicity index
A chrome extension that helps users gauge the toxicity of reddit comment threads.
O que é reddit toxicity index?
reddit toxicity index é uma extensão do Chrome desenvolvida por Dan Cowsill, e sua principal característica é "A chrome extension that helps users gauge the toxicity of reddit comment threads.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão reddit toxicity index
Baixe arquivos de extensão reddit toxicity index no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | reddit toxicity index |
ID | emkalpeicbbppchileodlkjmabcaaldk |
URL Oficial | https://chromewebstore.google.com/detail/reddit-toxicity-index/emkalpeicbbppchileodlkjmabcaaldk |
Descrição | A chrome extension that helps users gauge the toxicity of reddit comment threads. |
Tamanho do Arquivo | 37.47 KB |
Contagem de Instalações | 10 |
Versão Atual | 0.0.2 |
Última Atualização | 2015-08-24 |
Data de Publicação | 2015-08-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Dan Cowsill |
Tipo de Pagamento | free |
Site da Extensão | https://bitbucket.org/dcowsill/reddit_toxicity_index/ |
Idiomas Suportados | 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 } ] } |