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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A free browser extension which hides comment sections. It can work with any site and has settings for many sites built-in."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Don't Read The Comments! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |