SafeSearch On
This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.
Qu'est-ce que SafeSearch On ?
SafeSearch On est une extension Chrome développée par Erich Izdepski, et sa fonction principale est "This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SafeSearch On
Téléchargez les fichiers d'extension SafeSearch On au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will help keep your browsing safe, especially for little kids. After installing, you need to go to the Extensions page (chrome://extensions/), find SafeSearch On, and check the "Allow in incognito" check box to close the huge loophole that DISABLES SafeSearch when in incognito mode.
Informations de Base sur l'Extension
Nom | |
ID | mfhiagfolialhfpbpkliabalgopgajdm |
URL Officiel | https://chromewebstore.google.com/detail/safesearch-on/mfhiagfolialhfpbpkliabalgopgajdm |
Description | This extension forces a google image or video search to always use SafeSearch, even when using incognito mode. |
Taille du Fichier | 16.61 KB |
Nombre d'Installations | 6,841 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-01-22 |
Date de Publication | 2016-01-22 |
Évaluation | 4.11/5 Total 19 Évaluations |
Développeur | Erich Izdepski |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "name": "SafeSearch On", "description": "This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.google.com\/search*", "https:\/\/*.google.com\/search*" ] } |