SafeSearch On
This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.
什麼是SafeSearch On?
SafeSearch On是由Erich Izdepski開發的Chrome擴展程式,該擴展的主要功能是“This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.”。
擴展截圖
下載SafeSearch On擴展crx文件
下載SafeSearch On擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | mfhiagfolialhfpbpkliabalgopgajdm |
官方網址 | https://chromewebstore.google.com/detail/safesearch-on/mfhiagfolialhfpbpkliabalgopgajdm |
簡介 | This extension forces a google image or video search to always use SafeSearch, even when using incognito mode. |
檔案大小 | 16.61 KB |
安裝次數 | 6,841 |
目前版本 | 1.0 |
更新時間 | 2016-01-22 |
上架時間 | 2016-01-22 |
評分 | 4.11/5 共 19 次評分 |
開發者 | Erich Izdepski |
付費類型 | free |
支援的語言 | 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*" ] } |