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文件
下載Don't Read The Comments!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |