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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } |