Noise Filter
Noise Filter is an extension for your web browser that hides the comment sections from popular news and social media websites.
Noise Filter란 무엇입니까?
Noise Filter은(는) noisefilterapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Noise Filter is an extension for your web browser that hides the comment sections from popular news and social media websites."입니다.
확장 프로그램 스크린샷
Noise Filter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Looking to filter out the noise from your internet browsing experience? Let's face it, visiting your average comment section is not just an unwanted distraction, it's an addictive distraction. That's why I developed Noise Filter, an extension for your web browser that hides the comment sections from popular news and social media websites, including Facebook, Twitter, and Youtube. Please see https://noisefilterapp.now.sh/ for a complete list of comment sections blocked by the extension. Automatic No setup required! Every time you visit a website covered by Noise Filter the comment section will be blocked automatically. Pause Want to see what all the fuss is about? With the extension paused you will be able to view comment sections on all websites as normal. Whitelist Want to view the comment sections on certain websites, but not others? Whitelist your favourite websites with the click of a button.
확장 프로그램 기본 정보
이름 | Noise Filter |
ID | amdamikbiepicglbfbgfmjjhemodckim |
공식 URL | https://chromewebstore.google.com/detail/noise-filter/amdamikbiepicglbfbgfmjjhemodckim |
설명 | Noise Filter is an extension for your web browser that hides the comment sections from popular news and social media websites. |
파일 크기 | 101 KB |
설치 횟수 | 395 |
현재 버전 | 2.4 |
최근 업데이트 | 2020-10-13 |
출시 날짜 | 2020-06-27 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | noisefilterapp |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://noisefilterapp.now.sh/ |
개인정보 보호 정책 페이지 URL | https://noisefilterapp.now.sh/privacy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Rhys Edwards", "name": "Noise Filter", "description": "Noise Filter is an extension for your web browser that hides the comment sections from popular news and social media websites.", "version": "2.4", "icons": { "16": "icons\/icon16.png", "20": "icons\/icon20.png", "25": "icons\/icon25.png", "30": "icons\/icon30.png", "40": "icons\/icon40.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "js\/polyfill\/browser-polyfill.min.js", "js\/background\/coverage.js", "js\/background\/background.js" ] }, "browser_action": { "default_popup": "views\/popup\/popup.html", "default_title": "Noise Filter" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/polyfill\/browser-polyfill.min.js", "js\/content\/content.js" ], "run_at": "document_start" } ], "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "style\/css\/content.css" ] } |