Login Online

Browse the Web Safer with Login Online app. Login Online app will change your New Tab page to Login Online with Yahoo Sponsored…

ما هو Login Online؟

Login Online هو إضافة Chrome تم تطويرها بواسطة nchristianson51، والميزة الرئيسية لها هي "Browse the Web Safer with Login Online app. Login Online app will change your New Tab page to Login Online with Yahoo Sponsored…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Login Online

قم بتنزيل ملفات الامتداد Login Online بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Browse the Web Safer with Login Online app. Login Online app will change your New Tab page to Login Online with Yahoo Sponsored Search.

To get started, add login url's from your favorite websites. Our system will verify they are secure and also validate the URL from the Safe Browsing database to prevent Phishing & Malicious Websites.

You can view our Privacy Policy at: https://loginonline.co/app/privacy.html                    

معلومات أساسية عن التمديد

الاسم Login Online Login Online
ID blipofpggfakgagkjjofilbjenenheaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/login-online/blipofpggfakgagkjjofilbjenenheaa
الوصف Browse the Web Safer with Login Online app. Login Online app will change your New Tab page to Login Online with Yahoo Sponsored…
حجم الملف 767 KB
عدد التثبيتات 20,000
النسخة الحالية 4.0.0.0
آخر تحديث 2023-10-05
تاريخ النشر 2023-09-26
تقييم 1.00/5 مجموع تقييمات 2
المطور nchristianson51
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://loginonline.co/app/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.0.0.0",
    "manifest_version": 3,
    "short_name": "Login Online",
    "name": "Login Online",
    "background": {
        "service_worker": "install_service.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/loginonline.co https:\/\/www.loginonline.co https:\/\/safebrowsing.googleapis.com; script-src 'self'; object-src 'self'; img-src 'self' https:\/\/loginonline.co * data:;"
    }
}