Kryopage
Kryopage Extension
什麼是Kryopage?
Kryopage是由https://kryopage.com開發的Chrome擴展程式,該擴展的主要功能是“Kryopage Extension”。
擴展截圖
下載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 |
ID | idbdehpokikeobjcpgnleaaebmddflhi |
官方網址 | 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" } } |