Kryopage

Kryopage Extension

Qu'est-ce que Kryopage ?

Kryopage est une extension Chrome développée par https://kryopage.com, et sa fonction principale est "Kryopage Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Kryopage

Téléchargez les fichiers d'extension Kryopage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Kryopage Kryopage
ID idbdehpokikeobjcpgnleaaebmddflhi
URL Officiel https://chromewebstore.google.com/detail/kryopage/idbdehpokikeobjcpgnleaaebmddflhi
Description Kryopage Extension
Taille du Fichier 2.24 MB
Nombre d'Installations 45,969
Version Actuelle 1.3
Dernière Mise à Jour 2023-12-07
Date de Publication 2023-08-09
Évaluation 4.56/5 Total 71 Évaluations
Développeur https://kryopage.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://moblead-llc.com/privacy
Langues Prises en Charge 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"
    }
}