My Crypto Tab
See the latest crypto rates on you new tab
什麼是My Crypto Tab?
My Crypto Tab是由Inflyer LLC開發的Chrome擴展程式,該擴展的主要功能是“See the latest crypto rates on you new tab”。
擴展截圖
下載My Crypto Tab擴展crx文件
下載My Crypto Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
My Crypto Tab is Your Crypto Currency Exchange Rate Tracker! With real-time exchange rates displayed in your new tab, you'll never miss a beat in the fast-paced crypto market. Stay ahead of the game, track your favorite coins, and seize opportunities with ease. Get ready to embark on a journey of excitement and financial potential. By clicking "Add to chrome", I accept and agree to installing the: My Dog Tab extension and setting chrome new tab search provider to Microsoft Bing as described by the service in terms of use https://mycryptotab.com/terms and Privacy Policy https://mycryptotab.com/privacy This extension is free to download from the Chrome Web store, and you can uninstall it at any time. For more information you can check our: Terms of Service https://mycryptotab.com/terms Privacy Policy https://mycryptotab.com/privacy About Us https://mycryptotab.com/about
擴展基本資訊
名稱 | |
ID | hneoaepfdiomjlahcifkicdmjdofdbgj |
官方網址 | https://chromewebstore.google.com/detail/my-crypto-tab/hneoaepfdiomjlahcifkicdmjdofdbgj |
簡介 | See the latest crypto rates on you new tab |
檔案大小 | 2.1 MB |
安裝次數 | 1,216 |
目前版本 | 1.1.0 |
更新時間 | 2023-07-10 |
上架時間 | 2023-07-10 |
開發者 | Inflyer LLC |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://inflyercorp.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "My Crypto Tab", "version": "1.1.0", "description": "See the latest crypto rates on you new tab", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "action": [], "background": { "service_worker": "static\/js\/background.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [] } |