The SafeBrowse extension is designed to enhance online safety by preventing users from accessing adult content websites. It operates seamlessly in the background, actively monitoring and filtering URLs to create a secure browsing environment.
- URL Monitoring: Proactively monitors URLs to identify and block adult content websites.
- Background Operation: Works discreetly in the background, ensuring a seamless and secure browsing experience.
- Family-Friendly: Focuses on filtering explicit material, creating a family-friendly online environment.
- Clone the repository:
git clone https://github.com/your-username/safe-browse-extension.git
- Open Google Chrome.
- Navigate to
chrome://extensions/
. - Enable "Developer mode" in the top right corner.
- Click on "Load unpacked" and select the cloned repository folder.
- Open Chrome and go to the extensions management page by typing
chrome://extensions/
in the address bar and pressing Enter. - Locate your extension in the list.
- Click on "Details" for your extension.
- Find the "Allow in incognito" option.
- Toggle the switch to enable the extension in incognito mode.
Simply install the extension, and it will automatically start monitoring and filtering URLs to enhance your online safety.
Contributions are welcome! Feel free to open issues and pull requests.
This project is not licensed. You are free to use, modify, and distribute the code as per your needs.
Note: To get started, create a keywords.json
file (referenced in the .gitignore
file) with a list of keywords. Here's an example of keywords.json
:
{
"KEYWORDS": [
"porn",
"pron",
"jav",
"adult",
// Add more keywords as needed
]
}
Feel free to customize the content further based on your preferences.