Moralis Money
See live information about cryptocurrencies from Moralis Money in your Twitter feed.
什么是Moralis Money?
Moralis Money是由Moralis Money开发的Chrome扩展程序,该扩展的主要功能是“See live information about cryptocurrencies from Moralis Money in your Twitter feed.”。
扩展截图
下载Moralis Money扩展crx文件
下载Moralis Money扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Moralis Money |
ID | mcogjlnchdagpddfljaoonpehlgnpgfi |
官方URL | https://chromewebstore.google.com/detail/moralis-money/mcogjlnchdagpddfljaoonpehlgnpgfi |
简介 | See live information about cryptocurrencies from Moralis Money in your Twitter feed. |
文件大小 | 24.03 KB |
安装次数 | 249 |
当前版本 | 1.1.2 |
更新时间 | 2023-09-13 |
上架时间 | 2023-08-22 |
评分 | 4.89/5 共18次评分 |
开发者 | Moralis Money |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://moralismoney.com |
帮助页面URL | https://moralismoney.com |
支持的语言 | 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 } |