NSFW Filter
This extension allows the user to view only NSFW posts on Reddit.
What is NSFW Filter?
NSFW Filter is a Chrome extension developed by NSFWFilter, and its main feature is "This extension allows the user to view only NSFW posts on Reddit.".
Extension Screenshots
Download NSFW Filter Extension CRX File
Download NSFW Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An NSFW FIlter that allows users to see NSFW content on Reddit.
Extension Basic Information
Name | NSFW Filter |
ID | kcbhaaeppldaemnnbpoaloiogmenibmh |
Official URL | https://chrome.google.com/webstore/detail/nsfw-filter/kcbhaaeppldaemnnbpoaloiogmenibmh |
Description | This extension allows the user to view only NSFW posts on Reddit. |
File Size | 7.94 KB |
Installation Count | 425 |
Current Version | 0.1 |
Last Updated | 2017-10-24 |
Publish Date | 2017-10-24 |
Rating | 3.50/5 Total 2 Ratings |
Developer | NSFWFilter |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NSFW Filter", "description": "This extension allows the user to view only NSFW posts on Reddit.", "version": "0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/*" ], "js": [ ".\/nsfw.js" ], "run_at": "document_end" } ] } |