WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Noise Filter for Reddit

Noise Filter for Reddit

View on Chrome Web Store
View Noise Filter for Reddit Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jan 26, 2026.

A browser extension that blocks content that is of no intrinsic value to the user.
Type
Extension
Users
5 users
1
derekpohl
View author page of derekpohl
Published
Published on July 9, 2025
Version 1.2.0
Manifest version
3
Updated
Updated on August 19, 2025
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View Noise Filter for Reddit Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Noise Filter for Reddit",
    "version": "1.2.0",
    "description": "A browser extension that blocks content that is of no intrinsic value to the user.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.reddit.com\/*",
        "https:\/\/generativelanguage.googleapis.com\/*"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "lib\/webextension-polyfill.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "commands": {
        "toggle-extension": {
            "suggested_key": {
                "default": "Alt+Shift+E"
            },
            "description": "Toggle the extension on\/off"
        },
        "toggle-home-page": {
            "description": "Toggle filtering on the Home page"
        },
        "toggle-popular-page": {
            "description": "Toggle filtering on r\/popular"
        },
        "toggle-all-page": {
            "description": "Toggle filtering on r\/all"
        },
        "toggle-subreddit-page": {
            "description": "Toggle filtering on individual subreddits"
        }
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top