Web for Children
This extension removes Profanity words from entire web.
What is Web for Children?
Web for Children is a Chrome extension developed by 3rd Eye Lab, and its main feature is "This extension removes Profanity words from entire web.".
Download Web for Children Extension CRX File
Download Web for Children 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
This Chrome extension removes profanity words from entire web and makes the browser a safe place for the children.
Extension Basic Information
Name | Web for Children |
ID | oehoakcpgdmcplagafjlcnfnbagclcpg |
Official URL | https://chromewebstore.google.com/detail/web-for-children/oehoakcpgdmcplagafjlcnfnbagclcpg |
Description | This extension removes Profanity words from entire web. |
File Size | 47.8 KB |
Installation Count | 11 |
Current Version | 1.0 |
Last Updated | 2014-08-04 |
Publish Date | 2014-08-04 |
Rating | 3.00/5 Total 2 Ratings |
Developer | 3rd Eye Lab |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web for Children", "description": "This extension removes Profanity words from entire web.", "version": "1.0", "author": "3rd Eye Lab", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.7.2.min.js", "profanityFilter.js", "contentScript.js" ] } ] } |