Web for Children

This extension removes Profanity words from entire web.

Co to jest Web for Children?

Web for Children to rozszerzenie Chrome opracowane przez 3rd Eye Lab, a jego główną funkcją jest „This extension removes Profanity words from entire web.”.

Pobierz plik CRX rozszerzenia Web for Children

Pobierz pliki rozszerzeń Web for Children w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This Chrome extension removes profanity words from entire web and makes the browser a safe place for the children.                    

Podstawowe informacje o rozszerzeniu

Nazwa Web for Children Web for Children
ID oehoakcpgdmcplagafjlcnfnbagclcpg
Oficjalny URL https://chromewebstore.google.com/detail/web-for-children/oehoakcpgdmcplagafjlcnfnbagclcpg
Opis This extension removes Profanity words from entire web.
Rozmiar pliku 47.8 KB
Liczba instalacji 11
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-08-04
Data Publikacji 2014-08-04
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper 3rd Eye Lab
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}