Web Protection for Chrome

Intelligently warns you of adult search query and removes adult autocomplete suggestions from your address bar.

Wat is Web Protection for Chrome?

Web Protection for Chrome is een Chrome-extensie ontwikkeld door http://privacykeeper.net, en de belangrijkste functie is "Intelligently warns you of adult search query and removes adult autocomplete suggestions from your address bar.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Web Protection for Chrome

Download Web Protection for Chrome-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 extension scans your search queries and the autocomplete suggestions. Once a potential adult term is identified, it will mark it with a warning symbol to warn you about the unsafe content. The extension also allows users to apply different levels of protection while you browse the internet. 

Low level: no marking or filtering is applied.

Medium level: marking adult content from your autocomplete suggestions

High level: removing adult content from your autocomplete and send you to look for the term with the SafeSearch filter on.

Permissions used and reasons:

1. Access to “contextMenus”. We require this permission to access your context menu and to add items such as “Privacy Policy”, “Uninstall” and “FAQ” to assist you to conveniently access these options.
2. Access to “cookies”. We require this permission to access cookies to track the status of the protection level that you select (off/medium/high).
3. Change your default search settings. In order to provide the extension’s function, we require to change your default search settings to myprivacykeeper.com, powered by Yahoo. This extension supports Yahoo, Google, and Bing. If you want to select a different one, you can go to the Settings of this extension and make the change.  

How to remove this extension from my browser?

1. Go to “Settings” of your Chrome browser
2. Find “Extensions” on the side menu and click on it
3. Select the extension that you want to remove and click “Remove”

Chrome™ is a trademark of Google LLC. The use of it does not imply any affiliation to or endorsement by Google LLC.

By installing this extension, you agree to the Terms of Service and Privacy Policy of this extension. 

1. Terms and Conditions: https://www.privacykeeper.net/terms
2. Privacy Policy: https://www.privacykeeper.net/privacy
3. Frequently Asked Questions: https://www.privacykeeper.net/#faq
4. Uninstall: https://www.privacykeeper.net/uninstall
5. Contact Us: https://www.privacykeeper.net/#contact                    

Basisinformatie over de Extensie

Naam Web Protection for Chrome Web Protection for Chrome
ID liafhjblpnimknccffddoiglnfgneaib
Officiële URL https://chrome.google.com/webstore/detail/web-protection-for-chrome/liafhjblpnimknccffddoiglnfgneaib
Beschrijving Intelligently warns you of adult search query and removes adult autocomplete suggestions from your address bar.
Bestandsgrootte 97.52 KB
Aantal Installaties 200,000
Huidige Versie 3.0.6
Laatst Bijgewerkt 2022-04-07
Publicatiedatum 2020-08-15
Beoordeling 2.83/5 Totaal 12 Beoordelingen
Ontwikkelaar http://privacykeeper.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.privacykeeper.net/
Help Pagina-URL https://www.privacykeeper.net/#contact
URL van de Privacybeleid Pagina https://www.privacykeeper.net/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Protection for Chrome",
    "short_name": "Web Protection for Chrome",
    "version": "3.0.6",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.myprivacykeeper.com\/favicon.ico",
            "is_default": true,
            "name": "Web Protection for Chrome",
            "keyword": "Web Protection for Chrome",
            "search_url": "https:\/\/www.myprivacykeeper.com\/search\/?category=web&s=ezpr&vert=private&q={searchTerms}",
            "suggest_url": "https:\/\/sug.myprivacykeeper.com\/v1\/sug\/?yid=ezpr&vert=indicator&q={searchTerms}"
        }
    },
    "homepage_url": "https:\/\/www.privacykeeper.net",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Web Protection for Chrome",
        "default_icon": "img\/icon48.png",
        "default_popup": "\/popup\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.myprivacykeeper.com\/*"
            ],
            "js": [
                "content_script\/onInstallCallback.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.myprivacykeeper.com\/"
    ],
    "permissions": [
        "cookies",
        "contextMenus"
    ],
    "description": "Intelligently warns you of adult search query and removes adult autocomplete suggestions from your address bar.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icon16.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}