Kryopage

Kryopage Extension

Kryopage란 무엇입니까?

Kryopage은(는) https://kryopage.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kryopage Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Get Kryopage extension.

By clicking "Add to chrome", I accept and agree to installing "Kryopage Extension" extension and setting Chrome™ newtab search to that provided by the service and the Terms of Use and Privacy Policy. search results will be powered by Microsoft Bing.

Features:
- Beautiful and Elegant: 
Change your new tab into a minimum and beautiful page. Remove all the distractions and focus on what matters.

- Widgets:
Get useful widgets such as translation widget, time zone widget and more.

Privacy policy: https://kryopage.com/privacy
Terms and conditions: https://kryopage.com/terms                    

확장 프로그램 기본 정보

이름 Kryopage Kryopage
ID idbdehpokikeobjcpgnleaaebmddflhi
공식 URL https://chromewebstore.google.com/detail/kryopage/idbdehpokikeobjcpgnleaaebmddflhi
설명 Kryopage Extension
파일 크기 2.24 MB
설치 횟수 45,969
현재 버전 1.3
최근 업데이트 2023-12-07
출시 날짜 2023-08-09
평점 4.56/5 총 71 개의 평점
개발자 https://kryopage.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://moblead-llc.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kryopage",
    "version": "1.3",
    "description": "Kryopage Extension",
    "manifest_version": 3,
    "author": "Moblead LLC",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "action": {
        "default_icon": {
            "16": "static\/favicon-16.png",
            "32": "static\/favicon-32.png",
            "42": "static\/favicon-42.png",
            "128": "static\/favicon-128.png"
        }
    },
    "icons": {
        "16": "static\/favicon-16.png",
        "32": "static\/favicon-32.png",
        "42": "static\/favicon-42.png",
        "128": "static\/favicon-128.png"
    },
    "permissions": [
        "cookies",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/kryopage.com\/*",
        "https:\/\/*.google.com\/*",
        "*:\/\/*.kryopage.com\/*"
    ],
    "background": {
        "service_worker": ".\/background.js"
    }
}