Kryopage
Kryopage Extension
Was ist Kryopage?
Kryopage ist eine Chrome-Erweiterung, die von https://kryopage.com entwickelt wurde, und ihr Hauptmerkmal ist "Kryopage Extension".
Erweiterungsscreenshots
Kryopage-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kryopage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Kryopage |
ID | idbdehpokikeobjcpgnleaaebmddflhi |
Offizielle URL | https://chromewebstore.google.com/detail/kryopage/idbdehpokikeobjcpgnleaaebmddflhi |
Beschreibung | Kryopage Extension |
Dateigröße | 2.24 MB |
Installationsanzahl | 45,969 |
Aktuelle Version | 1.3 |
Letztes Update | 2023-12-07 |
Veröffentlichungsdatum | 2023-08-09 |
Bewertung | 4.56/5 Insgesamt 71 Bewertungen |
Entwickler | https://kryopage.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://moblead-llc.com/privacy |
Unterstützte Sprachen | 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" } } |