Early
Helps you find trending NFTs.
ما هو Early؟
Early هو إضافة Chrome تم تطويرها بواسطة LA، والميزة الرئيسية لها هي "Helps you find trending NFTs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Early
قم بتنزيل ملفات الامتداد Early بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Early adds social proof to NFTs by showing you Twitter and Discord trends on marketplace sites. At a glance you can see how much traction the collection is getting within the community and make smarter decisions.
معلومات أساسية عن التمديد
الاسم | |
ID | llimijeljhcflhcakemjahakijmllgbe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/early/llimijeljhcflhcakemjahakijmllgbe |
الوصف | Helps you find trending NFTs. |
حجم الملف | 1011 KB |
عدد التثبيتات | 784 |
النسخة الحالية | 0.5 |
آخر تحديث | 2022-08-07 |
تاريخ النشر | 2021-09-26 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | LA |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://early.af |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Early", "description": "Helps you find trending NFTs.", "version": "0.5", "permissions": [ "*:\/\/*\/*", "notifications", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script-injector.js" ] } ], "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_title": "Early" }, "background": { "page": "background.html" }, "icons": { "16": "assets\/icons\/icon-32x32.png", "48": "assets\/icons\/icon-96x96.png", "128": "assets\/icons\/icon-128x128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/*.firebaseio.com https:\/\/ssl.google-analytics.com http:\/\/localhost:5001 https:\/\/early-assets.web.app; object-src 'self'" } |