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…

What is Login Online?

Login Online is a Chrome extension developed by nchristianson51, and its main feature is "Browse the Web Safer with Login Online app. Login Online app will change your New Tab page to Login Online with Yahoo Sponsored…".

Extension Screenshots

screenshot

Download Login Online Extension CRX File

Download Login Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Login Online Login Online
ID blipofpggfakgagkjjofilbjenenheaa
Official URL https://chromewebstore.google.com/detail/login-online/blipofpggfakgagkjjofilbjenenheaa
Description Browse the Web Safer with Login Online app. Login Online app will change your New Tab page to Login Online with Yahoo Sponsored…
File Size 767 KB
Installation Count 20,000
Current Version 4.0.0.0
Last Updated 2023-10-05
Publish Date 2023-09-26
Rating 1.00/5 Total 2 Ratings
Developer nchristianson51
Email [email protected]
Payment Type free
Privacy Policy Page URL https://loginonline.co/app/privacy.html
Supported Languages 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:;"
    }
}