Fee Chain Wallet (Timestope)
Fee Chain mainnet created by Timestope team
Fee Chain Wallet (Timestope)란 무엇입니까?
Fee Chain Wallet (Timestope)은(는) Fee Chain Dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fee Chain mainnet created by Timestope team"입니다.
확장 프로그램 스크린샷
Fee Chain Wallet (Timestope) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fee Chain wallet is a wallet that can manage assets created through the Fee Chain mainnet created by the Timestope team. Time token is a representative asset, and Fee coin can be managed. Time is the most important human asset. Use Fee Chain to manage your precious time. Main Homepage URL : https://timestope.com block explorer URL: https://explorer.timestope.com staking URL: https://staking.timestope.com
확장 프로그램 기본 정보
이름 | Fee Chain Wallet (Timestope) |
ID | gbjegagconancfmeejpjilopbflhdpdk |
공식 URL | https://chromewebstore.google.com/detail/fee-chain-wallet-timestop/gbjegagconancfmeejpjilopbflhdpdk |
설명 | Fee Chain mainnet created by Timestope team |
파일 크기 | 5.84 MB |
설치 횟수 | 674 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-06-29 |
출시 날짜 | 2022-06-28 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | Fee Chain Dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://explorer.timestope.com |
개인정보 보호 정책 페이지 URL | https://www.timestope.com/privacy-notice |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fee Chain Wallet (Timestope)", "description": "Fee Chain mainnet created by Timestope team", "author": "Timestope Team", "version": "1.0.1", "icons": { "16": "icons\/16.ico", "32": "icons\/32.ico", "48": "icons\/48.ico", "128": "icons\/128.ico" }, "permissions": [ "storage", "activeTab" ], "action": { "default_title": "Fee Chain Wallet (Timestope)", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ], "run_at": "document_start", "all_frames": true } ], "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "inject-script.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |