Cyan Extension
Buy now, pay later for the Metaverse
什麼是Cyan Extension?
Cyan Extension是由https://usecyan.com開發的Chrome擴展程式,該擴展的主要功能是“Buy now, pay later for the Metaverse”。
擴展截圖
下載Cyan Extension擴展crx文件
下載Cyan Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add the option to buy your NFT now, and pay later with Cyan. A free upgrade to your OpenSea, LooksRare, X2Y2 and Pudgy Penguin marketplace experience with Cyan's buy now pay later (BNPL) and Pawn services. Protocol audit conducted by CertiK. Keeping funds and NFTs safe is our first priority. - Purchase NFTs with only a 25% downpayment, and pay the rest over time. - Borrow ETH against NFTs you already own. - Native experience within marketplaces. - Monitor BNPL and NFT Loans, and receive notices. - Quickly check the value of your NFTs with Loan appraisals. With plenty more features to come!
擴展基本資訊
名稱 | Cyan Extension |
ID | knpcgeeofdmafehffknjfedljlacnbdm |
官方網址 | https://chromewebstore.google.com/detail/cyan-extension/knpcgeeofdmafehffknjfedljlacnbdm |
簡介 | Buy now, pay later for the Metaverse |
檔案大小 | 14.49 MB |
安裝次數 | 150 |
目前版本 | 2.1.8 |
更新時間 | 2023-12-21 |
上架時間 | 2022-10-01 |
評分 | 5.00/5 共 7 次評分 |
開發者 | https://usecyan.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.usecyan.com/ |
說明頁面URL | https://docs.usecyan.com/ |
隱私政策頁面URL | https://docs.usecyan.com/docs/terms-of-service |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cyan Extension", "short_name": "Cyan dApp", "description": "Buy now, pay later for the Metaverse", "version": "2.1.8", "minimum_chrome_version": "93", "manifest_version": 3, "action": { "default_popup": "index.html" }, "background": { "service_worker": "static\/js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.pudgypenguins.com\/*" ], "js": [ "static\/js\/content\/pudgypenguins.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.opensea.io\/*" ], "js": [ "static\/js\/content\/opensea.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.looksrare.org\/*" ], "js": [ "static\/js\/content\/looksrare.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.x2y2.io\/*" ], "js": [ "static\/js\/content\/x2y2.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.sudoswap.xyz\/*" ], "js": [ "static\/js\/content\/sudoswap.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.apecoinmarketplace.com\/*" ], "js": [ "static\/js\/content\/apecoinmarketplace.js" ], "run_at": "document_end" } ], "icons": { "128": "logo128.png" }, "permissions": [ "storage", "notifications", "alarms", "scripting" ], "host_permissions": [ "https:\/\/*.opensea.io\/*", "https:\/\/*.looksrare.org\/*", "https:\/\/*.usecyan.com\/*", "https:\/\/*.pudgypenguins.com\/*", "https:\/\/*.x2y2.io\/*", "https:\/\/*.sudoswap.xyz\/*", "https:\/\/*.apecoinmarketplace.com\/*" ], "web_accessible_resources": [ { "resources": [ "static\/js\/pageContextInject.js", "fonts\/*.woff2" ], "matches": [ "https:\/\/*.opensea.io\/*", "https:\/\/*.looksrare.org\/*", "https:\/\/*.pudgypenguins.com\/*", "https:\/\/*.x2y2.io\/*", "https:\/\/*.sudoswap.xyz\/*", "https:\/\/*.apecoinmarketplace.com\/*" ] } ] } |