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.
Don't Read The Comments!란 무엇입니까?
Don't Read The Comments!은(는) drestuart에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A free browser extension which hides comment sections. It can work with any site and has settings for many sites built-in."입니다.
확장 프로그램 스크린샷
Don't Read The Comments! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Don't Read The Comments! |
ID | nlhmhpppjnlbdfgebinkgjiljipnejbe |
공식 URL | https://chromewebstore.google.com/detail/dont-read-the-comments/nlhmhpppjnlbdfgebinkgjiljipnejbe |
설명 | A free browser extension which hides comment sections. It can work with any site and has settings for many sites built-in. |
파일 크기 | 667 KB |
설치 횟수 | 88 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2021-03-16 |
출시 날짜 | 2019-01-01 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | drestuart |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.coldbrewsoftware.com/drtc |
지원되는 언어 | 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" } } |