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ファイルをダウンロード
Safe Search Engine - Lukall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |