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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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": [] } |