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은(는) nchristianson51에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse the Web Safer with Login Online app. Login Online app will change your New Tab page to Login Online with Yahoo Sponsored…"입니다.

확장 프로그램 스크린샷

screenshot

Login Online 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 URL 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:;"
    }
}