Moralis Money
See live information about cryptocurrencies from Moralis Money in your Twitter feed.
Что такое Moralis Money?
Moralis Money - это расширение Chrome, разработанное Moralis Money, и его основная функция - "See live information about cryptocurrencies from Moralis Money in your Twitter feed.".
Снимки экрана расширения
Скачать файл CRX расширения Moralis Money
Скачайте файлы расширений 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 } |