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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย noisefilterapp และคุณลักษณะหลักของมันคือ "Noise Filter is an extension for your web browser that hides the comment sections from popular news and social media websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Noise Filter
ดาวน์โหลดไฟล์ส่วนขยาย Noise Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |