An open-source Chromium extension designed to filter NSFW content in real-time. Keep your browsing experience clean, safe, and focused.
Download the source code from the repository as a ZIP file and extract it.
Open chrome://extensions in your Chromium-based browser.
Enable Developer Mode in the top right corner.
Click Load Unpacked and select the extracted folder.
// manifest.json
"name": "Anti.NSFW",
"version": "1.0.0",
"permissions": ["declarativeNetRequest", "storage"],
// Active protection enabled
This project is licensed under CC BY-NC-SA (Creative Commons Attribution-NonCommercial-ShareAlike). This means you are free to adapt and build upon the code, provided it's not for commercial use and you share your contributions under the same license.