Reddit Under 100
Highlights threads that contain under 100 comments. Toggle with ~ key.
O que é Reddit Under 100?
Reddit Under 100 é uma extensão do Chrome desenvolvida por https://www.clayburngriffin.com, e sua principal característica é "Highlights threads that contain under 100 comments. Toggle with ~ key.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit Under 100
Baixe arquivos de extensão Reddit Under 100 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
A simple plugin that highlights Reddit threads that have fewer than 100 comments. Use the ~ key to toggle highlighting on and off. Updated to work with New and Old Reddit alike. (Option to use Q as toggle key like Version 1.0). You can send feedback to @Clayburn on Twitter.
Informações Básicas da Extensão
Nome | Reddit Under 100 |
ID | gockmhepknafokmfmpdkdmffnleaddmd |
URL Oficial | https://chromewebstore.google.com/detail/reddit-under-100/gockmhepknafokmfmpdkdmffnleaddmd |
Descrição | Highlights threads that contain under 100 comments. Toggle with ~ key. |
Tamanho do Arquivo | 13.37 KB |
Contagem de Instalações | 14 |
Versão Atual | 2.0 |
Última Atualização | 2023-07-20 |
Data de Publicação | 2016-07-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.clayburngriffin.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.clayburngriffin.com/under100 |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Under 100", "description": "Highlights threads that contain under 100 comments. Toggle with ~ key.", "version": "2.0", "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "under.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "manifest_version": 3 } |