SafeSearch On

This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.

SafeSearch Onคืออะไร?

SafeSearch On เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erich Izdepski และคุณลักษณะหลักของมันคือ "This extension forces a google image or video search to always use SafeSearch, even when using incognito mode."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SafeSearch On

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SafeSearch On SafeSearch On
ID mfhiagfolialhfpbpkliabalgopgajdm
URL อย่างเป็นทางการ 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*"
    ]
}