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…

Was ist Login Online?

Login Online ist eine Chrome-Erweiterung, die von nchristianson51 entwickelt wurde, und ihr Hauptmerkmal ist "Browse the Web Safer with Login Online app. Login Online app will change your New Tab page to Login Online with Yahoo Sponsored…".

Erweiterungsscreenshots

screenshot

Login Online-Erweiterungs-CRX-Datei herunterladen

Laden Sie Login Online-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Login Online Login Online
ID blipofpggfakgagkjjofilbjenenheaa
Offizielle URL https://chromewebstore.google.com/detail/login-online/blipofpggfakgagkjjofilbjenenheaa
Beschreibung Browse the Web Safer with Login Online app. Login Online app will change your New Tab page to Login Online with Yahoo Sponsored…
Dateigröße 767 KB
Installationsanzahl 20,000
Aktuelle Version 4.0.0.0
Letztes Update 2023-10-05
Veröffentlichungsdatum 2023-09-26
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler nchristianson51
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://loginonline.co/app/privacy.html
Unterstützte Sprachen 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:;"
    }
}