Moralis Money
See live information about cryptocurrencies from Moralis Money in your Twitter feed.
Moralis Money là gì?
Moralis Money là một tiện ích mở rộng Chrome được phát triển bởi Moralis Money, và tính năng chính của nó là "See live information about cryptocurrencies from Moralis Money in your Twitter feed.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Moralis Money
Tải xuống các tệp mở rộng Moralis Money dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension scans your Twitter feed for tickers and shows you valuable live information for each. Your window to Moralis Money straight from your Twitter feed.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Moralis Money |
ID | mcogjlnchdagpddfljaoonpehlgnpgfi |
URL Chính Thức | https://chromewebstore.google.com/detail/moralis-money/mcogjlnchdagpddfljaoonpehlgnpgfi |
Mô tả | See live information about cryptocurrencies from Moralis Money in your Twitter feed. |
Kích Thước Tệp | 24.03 KB |
Số Lần Cài Đặt | 249 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2023-09-13 |
Ngày Phát Hành | 2023-08-22 |
Đánh Giá | 4.89/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | Moralis Money |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://moralismoney.com |
URL Trang Trợ Giúp | https://moralismoney.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moralis Money", "version": "1.1.2", "description": "See live information about cryptocurrencies from Moralis Money in your Twitter feed.", "permissions": [ "activeTab", "scripting", "tabs" ], "host_permissions": [ "*:\/\/twitter.com\/*", "*:\/\/www.twitter.com\/*", "*:\/\/x.com\/*", "*:\/\/www.x.com\/*" ], "author": "[email protected]", "homepage_url": "https:\/\/moralismoney.com", "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/www.twitter.com\/*", "*:\/\/x.com\/*", "*:\/\/www.x.com\/*", "https:\/\/moralismoney.com\/*", "https:\/\/d23exngyjlavgo.cloudfront.net\/*" ], "runAt": "document_idle", "js": [ "content-script.js" ], "all_frames": true } ], "web_accessible_resources": [ { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/www.twitter.com\/*", "*:\/\/x.com\/*", "*:\/\/www.x.com\/*", "https:\/\/moralismoney.com\/*", "https:\/\/d23exngyjlavgo.cloudfront.net\/*" ], "resources": [ "utils.js", "frame.html", "frame.js", "frame.css", "assets\/ext-icon.png", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/" ] } ], "action": { "default_icon": { "16": "assets\/ext-icon.png", "48": "assets\/ext-icon.png", "128": "assets\/ext-icon.png" }, "default_title": "Moralis Money" }, "manifest_version": 3 } |