Safe Words
Takes out bad words from all your webpages
What is Safe Words?
Safe Words is a Chrome extension developed by a young programmer, and its main feature is "Takes out bad words from all your webpages".
Extension Screenshots
Download Safe Words Extension CRX File
Download Safe Words 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
The best open source Chrome extension for profanity filtering and censoring! Tired of seeing stupid YouTube comments? Want to protect your children from bad words on the Internet? Don't want to see obscene, foul or vulgar language? Then this extension is for you! Using a smart algorithm, the extension can filter/censor out 99% of bad words quite efficiently. For example: Asses, asssss => censored but assess, firetruck => is not Works on Facebook, Twitter and YouTube!
Extension Basic Information
Name | Safe Words |
ID | mncnlkabidgflobdapkgmnlikkiilijj |
Official URL | https://chromewebstore.google.com/detail/safe-words/mncnlkabidgflobdapkgmnlikkiilijj |
Description | Takes out bad words from all your webpages |
File Size | 19.36 KB |
Installation Count | 258 |
Current Version | 0.16 |
Last Updated | 2016-06-24 |
Publish Date | 2016-06-24 |
Rating | 4.27/5 Total 15 Ratings |
Developer | a young programmer |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Safe Words", "version": "0.16", "description": "Takes out bad words from all your webpages", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [], "run_at": "document_end", "all_frames": true, "js": [ "script.js" ] } ] } |