Kryopage

Kryopage Extension

Kryopageとは何ですか?

Kryopageはhttps://kryopage.comによって開発されたChromeの拡張機能で、その主な機能は「Kryopage Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Kryopage拡張機能のCRXファイルをダウンロード

Kryopage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}