Kryopage

Kryopage Extension

Cos'è Kryopage?

Kryopage è un'estensione di Chrome sviluppata da https://kryopage.com, e la sua funzione principale è "Kryopage Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kryopage

Scarica i file di estensione Kryopage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Kryopage Kryopage
ID idbdehpokikeobjcpgnleaaebmddflhi
URL Ufficiale https://chromewebstore.google.com/detail/kryopage/idbdehpokikeobjcpgnleaaebmddflhi
Descrizione Kryopage Extension
Dimensione del File 2.24 MB
Conteggio Installazioni 45,969
Versione Corrente 1.3
Ultimo Aggiornamento 2023-12-07
Data di Pubblicazione 2023-08-09
Valutazione 4.56/5 Totale 71 Valutazioni
Sviluppatore https://kryopage.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://moblead-llc.com/privacy
Lingue Supportate 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"
    }
}