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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Noise Filter is an extension for your web browser that hides the comment sections from popular news and social media websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Noise Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}