Safe Search Engine - Lukall
Safe Search Engine for kids, students and society.
Safe Search Engine - Lukall란 무엇입니까?
Safe Search Engine - Lukall은(는) https://www.lukall.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Safe Search Engine for kids, students and society."입니다.
확장 프로그램 스크린샷
Safe Search Engine - Lukall 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We show search results that are safe for everyone, means safe search results only. We make internet search playground safer for everyone. We filter out any inappropriate and adult content from our search results. By clicking "Add to chrome", I accept and agree to installing the Lukall - Safe Search Engine Chrome extension and setting Chrome™ default search to that provided by the service and the Terms of Use and Privacy Policy. Please read our: Privacy Policy: https://www.lukall.com/privacy Terms of Use: https://www.lukall.com/terms
확장 프로그램 기본 정보
이름 | Safe Search Engine - Lukall |
ID | mdmnmnbijfcipfljmnioicccjlnnecdd |
공식 URL | https://chromewebstore.google.com/detail/safe-search-engine-lukall/mdmnmnbijfcipfljmnioicccjlnnecdd |
설명 | Safe Search Engine for kids, students and society. |
파일 크기 | 172 KB |
설치 횟수 | 101 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2020-01-15 |
출시 날짜 | 2020-01-14 |
평점 | 4.62/5 총 13 개의 평점 |
개발자 | https://www.lukall.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.lukall.com/privacy |
도움말 페이지 URL | https://www.lukall.com/terms |
개인정보 보호 정책 페이지 URL | https://www.speedtestgizmo.com/privacy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Safe Search Engine - Lukall", "short_name": "Lukall", "description": "Safe Search Engine for kids, students and society.", "version": "1.1.0", "author": "Lukall", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "incognito": "split", "content_scripts": [ { "matches": [ "*:\/\/lukall.com\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "https:\/\/*.lukall.com\/" ], "chrome_settings_overrides": { "homepage": "https:\/\/www.lukall.com", "search_provider": { "name": "lukall", "search_url": "https:\/\/www.lukall.com\/search?q={searchTerms}", "keyword": "lukall", "favicon_url": "https:\/\/www.lukall.com\/favicon.icon", "is_default": true, "encoding": "UTF-8" } }, "chrome_url_overrides": { "newtab": "index.html" } } |