Safe Search Engine - Lukall
Safe Search Engine for kids, students and society.
ما هو Safe Search Engine - Lukall؟
Safe Search Engine - Lukall هو إضافة Chrome تم تطويرها بواسطة https://www.lukall.com، والميزة الرئيسية لها هي "Safe Search Engine for kids, students and society.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Safe Search Engine - Lukall
قم بتنزيل ملفات الامتداد Safe Search Engine - Lukall بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://www.lukall.com/terms |
عنوان صفحة سياسة الخصوصية | 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" } } |