Safe Search

Search with safe and relevant results powered by Yahoo!

Safe Searchคืออะไร?

Safe Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.safesearchresults.com และคุณลักษณะหลักของมันคือ "Search with safe and relevant results powered by Yahoo!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Safe Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Safe Search is a default search extension that lets you search the web while keeping you safe. It is powered by Yahoo and offers web, images, videos, and shopping results.

Safe Search will ensure that you are kept safe from websites that may cause you harm by informing you if the website is malicious. When visiting websites, Safe Search's icon will indicate the safety level of the website by changing color. Green is for safe websites while red is for malicious websites.

Installing our extension will set your default search to Yahoo.

Privacy Policy: https://www.safesearchresults.com/privacy-policy

Thanks for using Safe Search!

Contact us anytime: [email protected]

Permissions we request:

Tabs - this allows us to show a welcome page upon installation and open quick links in our context menus. It also allows us to access a tab's url and do some safety checks.

webRequest, webRequestBlocking - this gives us permission to check for search requests to safesearchresults.com and append required url parameters.

*://*.safesearchresults.com/* - this permission allows us to access and send messages to our website.

storage - this permission allows us to store necessary preferences in order for our extension to function properly.

contextmenus - this permission allows us to add a menu where the user has quick links for our EULA, Privacy Policy, and to give feedback on our extension.                    

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

ชื่อ Safe Search Safe Search
ID fohpgdhnobmkneblihlnogpomkaigohh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/safe-search/fohpgdhnobmkneblihlnogpomkaigohh
คำอธิบาย Search with safe and relevant results powered by Yahoo!
ขนาดไฟล์ 213 KB
จำนวนการติดตั้ง 350
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2021-07-22
วันที่เผยแพร่ 2019-10-21
ผู้พัฒนา https://www.safesearchresults.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.safesearchresults.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.safesearchresults.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/www.safesearchresults.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/polyfill.js",
            "js\/jquery.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "*:\/\/*.safesearchresults.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.safesearchresults.com\/*",
                "https:\/\/*.safesearchresults.com\/*"
            ],
            "css": [
                "css\/safesearch.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/attribution.js",
                "js\/safesearch.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "\/img\/*",
        "\/html\/rate.html"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Safe Search",
            "keyword": "safesearchresults.com",
            "favicon_url": "https:\/\/www.safesearchresults.com\/images\/favicon.png",
            "search_url": "https:\/\/www.safesearchresults.com\/search?q={searchTerms}&aid=86",
            "suggest_url": "https:\/\/www.safesearchresults.com\/ss?q={searchTerms}",
            "image_url": "https:\/\/www.safesearchresults.com\/search?q={searchTerms}&tbm=isch&aid=86",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}