Early
Helps you find trending NFTs.
Earlyคืออะไร?
Early เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LA และคุณลักษณะหลักของมันคือ "Helps you find trending NFTs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Early
ดาวน์โหลดไฟล์ส่วนขยาย Early ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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'" } |