Web for Children
This extension removes Profanity words from entire web.
Wat is Web for Children?
Web for Children is een Chrome-extensie ontwikkeld door 3rd Eye Lab, en de belangrijkste functie is "This extension removes Profanity words from entire web.".
Download het CRX-bestand van de extensie Web for Children
Download Web for Children-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This Chrome extension removes profanity words from entire web and makes the browser a safe place for the children.
Basisinformatie over de Extensie
Naam | Web for Children |
ID | oehoakcpgdmcplagafjlcnfnbagclcpg |
Officiële URL | https://chromewebstore.google.com/detail/web-for-children/oehoakcpgdmcplagafjlcnfnbagclcpg |
Beschrijving | This extension removes Profanity words from entire web. |
Bestandsgrootte | 47.8 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-08-04 |
Publicatiedatum | 2014-08-04 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | 3rd Eye Lab |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |