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 |
官方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'" } |