Caddi
Caddi - Your crypto companion making every transaction cheaper and safer
什麼是Caddi?
Caddi是由https://caddi.fi開發的Chrome擴展程式,該擴展的主要功能是“Caddi - Your crypto companion making every transaction cheaper and safer”。
擴展截圖
下載Caddi擴展crx文件
下載Caddi擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Caddi, save money on every trade and stay protected from scams 💪
Why Caddi?
💸 Save Money: Caddi ensures you get the best prices on every swap routing through CeFi and DeFi
🔒 Stay Safe: We scan all transactions for malicious activities. No more scam contracts or phishing websites
🧘🏼♂️ Simplicity: We strive to make managing your crypto as effortless as possible
🟢 API Key Security: Optionally connect your exchange API keys which stay locally in your Extension and are encrypted by a password
⛓️ Live with Metamask on Ethereum, Arbitrum and Polygon
🫡 Get started with Caddi today 🫡
Find out more: www.caddi.fi 擴展基本資訊
| 名稱 | |
| ID | eeobggeikihkgiggaekfbceghlcpemfm |
| 官方網址 | https://chromewebstore.google.com/detail/caddi/eeobggeikihkgiggaekfbceghlcpemfm |
| 簡介 | Caddi - Your crypto companion making every transaction cheaper and safer |
| 檔案大小 | 11.14 MB |
| 安裝次數 | 3,356 |
| 目前版本 | 1.0.68 |
| 更新時間 | 2024-03-02 |
| 上架時間 | 2022-03-10 |
| 評分 | 5.00/5 共 10 次評分 |
| 開發者 | https://caddi.fi |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.caddi.fi |
| 說明頁面URL | https://t.me/caddi_chat |
| 隱私政策頁面URL | https://www.caddi.fi/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.68",
"manifest_version": 3,
"name": "Caddi",
"description": "Caddi - Your crypto companion making every transaction cheaper and safer",
"web_accessible_resources": [
{
"resources": [
"injectedScript.js",
"content.css",
"fonts\/googlefonts\/Outfit-Regular.ttf",
"fonts\/googlefonts\/Outfit-Medium.ttf",
"fonts\/googlefonts\/Outfit-SemiBold.ttf"
],
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"extension_ids": [
"*"
]
}
],
"__chrome__host_permissions": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"__firefox__web_accessible_resources": [
"injectedScript.js"
],
"content_scripts": [
{
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"lib\/css\/toastr.css",
"content.css"
],
"js": [
"lib\/js\/jquery.min.js",
"lib\/js\/toastr.js",
"lib\/js\/browser-polyfill.js",
"content.js",
"injectedScript.js"
],
"all_frames": false,
"run_at": "document_idle"
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "img\/Caddi_Isotype_TinySpaces_1.png",
"default_popup": "popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+X"
}
},
"tokenParse": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"description": "Highlight Tokens"
}
},
"permissions": [
"tabs",
"storage",
"scripting",
"alarms",
"favicon",
"activeTab"
],
"host_permissions": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"__firefox__permissions": [
" | |