Force Safe Search
Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo
Force Safe Search란 무엇입니까?
Force Safe Search은(는) haydentech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo"입니다.
Force Safe Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension forces Safe Search mode to ON while searching in Google, YouTube, Reddit, Yahoo, Bing, DuckDuckGo, Ixquick, and more.
확장 프로그램 기본 정보
이름 | |
ID | langadckdfefkcnjfmfnfeckafibfkji |
공식 URL | https://chrome.google.com/webstore/detail/force-safe-search/langadckdfefkcnjfmfnfeckafibfkji |
설명 | Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo |
파일 크기 | 30.21 KB |
설치 횟수 | 2,402 |
현재 버전 | 1.5 |
최근 업데이트 | 2017-12-11 |
출시 날짜 | 2017-12-11 |
평점 | 3.18/5 총 11 개의 평점 |
개발자 | haydentech |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://haydentech.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force Safe Search", "author": "Bill Hayden", "version": "1.5", "description": "Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo", "icons": { "44": "icon44.png", "50": "icon50.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content.js" ], "run_at": "document_start" } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ " |