Early
Helps you find trending NFTs.
什麼是Early?
Early是由LA開發的Chrome擴展程式,該擴展的主要功能是“Helps you find trending NFTs.”。
擴展截圖
下載Early擴展crx文件
下載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 |
官方網址 | 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'" } |