Reddit Megathreader
This extension improves reading experience on Reddit megathreads
O que é Reddit Megathreader?
Reddit Megathreader é uma extensão do Chrome desenvolvida por abcpp, e sua principal característica é "This extension improves reading experience on Reddit megathreads".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit Megathreader
Baixe arquivos de extensão Reddit Megathreader 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
Tool that helps read megathreads on Reddit * Removes width restriction (so on a large monitor text will occupy all of the screen real estate) * Improves visibility by shading individual comment threads so it's easy to see where one comment thread ends and new one begins * Collapses all comments to leave only first-level comments visible. Subcomments can be revealed by clicking "expand" * Automatically loads all unloaded comments so you don't have to click on "load more comments" ever again * Highlights certain keywords like "Chase Ink Preferred", "American Express Platinum" and so on (send me the list of keywords I forgot!)
Informações Básicas da Extensão
Nome | Reddit Megathreader |
ID | dkobfgjgbadngkmpkkaaajfidgenkaii |
URL Oficial | https://chromewebstore.google.com/detail/reddit-megathreader/dkobfgjgbadngkmpkkaaajfidgenkaii |
Descrição | This extension improves reading experience on Reddit megathreads |
Tamanho do Arquivo | 4.56 KB |
Contagem de Instalações | 11 |
Versão Atual | 1.0.1 |
Última Atualização | 2017-03-17 |
Data de Publicação | 2017-03-17 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | abcpp |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Megathreader", "description": "This extension improves reading experience on Reddit megathreads", "version": "1.0.1", "permissions": [ "*:\/\/*.reddit.com\/*\/comments\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*\/comments\/*" ], "css": [ "mega.css" ], "js": [ "mega.js" ] } ] } |