Don't Read The Comments!
A free browser extension which hides comment sections. It can work with any site and has settings for many sites built-in.
O que é Don't Read The Comments!?
Don't Read The Comments! é uma extensão do Chrome desenvolvida por drestuart, e sua principal característica é "A free browser extension which hides comment sections. It can work with any site and has settings for many sites built-in.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Don't Read The Comments!
Baixe arquivos de extensão Don't Read The Comments! 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
Don't Read The Comments! is a browser extension which hides comment sections. It's configurable to work with any site and comes with settings for many sites built-in. Do you ever unconsciously scroll down the page to read the comments, even though you know you'll regret it? Don't Read The Comments! DRTC! puts an additional layer of decision between the habitual scroller and the waste of attention that awaits.
Informações Básicas da Extensão
Nome | Don't Read The Comments! |
ID | nlhmhpppjnlbdfgebinkgjiljipnejbe |
URL Oficial | https://chromewebstore.google.com/detail/dont-read-the-comments/nlhmhpppjnlbdfgebinkgjiljipnejbe |
Descrição | A free browser extension which hides comment sections. It can work with any site and has settings for many sites built-in. |
Tamanho do Arquivo | 667 KB |
Contagem de Instalações | 88 |
Versão Atual | 1.0.8 |
Última Atualização | 2021-03-16 |
Data de Publicação | 2019-01-01 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | drestuart |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.coldbrewsoftware.com/drtc |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Don't Read The Comments!", "short_name": "DRTC!", "description": "A free browser extension which hides comment sections. It can work with any site and has settings for many sites built-in.", "version": "1.0.8", "author": "Dan Stuart", "homepage_url": "http:\/\/www.coldbrewsoftware.com\/drtc", "permissions": [ "*:\/\/*\/*", "storage", "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'; connect-src 'self' http:\/\/www.coldbrewsoftware.com", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/drtc.css" ], "js": [ "js\/jquery-1.11.1.min.js", "js\/jquery-ui.js", "js\/parseUri.js", "bad_words\/bigotry.js", "bad_words\/profanity.js", "bad_words\/obscenity.js", "js\/browser-chrome.js", "js\/tools.js", "js\/drtc.js" ], "all_frames": true } ], "background": { "scripts": [ "js\/tools.js", "js\/install.js", "js\/background-chrome.js", "js\/data.js" ], "persistent": true }, "page_action": { "default_icon": { "19": "images\/logo_drtc_19.png", "38": "images\/logo_drtc_38.png" }, "default_title": "Don't Read The Comments!", "default_popup": "page_action.html" }, "icons": { "16": "images\/logo_drtc_16.png", "48": "images\/logo_drtc_48.png", "128": "images\/logo_drtc_128.png" }, "options_page": "options.html", "options_ui": { "page": "options.html" } } |