ERC Rarity
High-end NFT data and automation tools
ERC Rarityとは何ですか?
ERC RarityはERC Rarityによって開発されたChromeの拡張機能で、その主な機能は「High-end NFT data and automation tools」です。
拡張機能のスクリーンショット
ERC Rarity拡張機能のCRXファイルをダウンロード
ERC Rarity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Giving you the best information and automation for buying and selling NFT's
Limited Plan (Free):
- Integrates natively into OpenSea (more platforms in the future)
- Quickly view floor price of a collection while browsing items
- Access to advanced ranking information of items within thousands of collections (after 7 days)
Premium Plan:
- Everything in Limited Plan
- Instant access to ranking info
- Easy-to-use rarity scoring
- Quick buy
- Request any collection
- Trait scoring breakdown 拡張機能の基本情報
| 名前 | |
| ID | mbhojobjcnpgjkjdafihoeacaflcojji |
| 公式URL | https://chrome.google.com/webstore/detail/erc-rarity/mbhojobjcnpgjkjdafihoeacaflcojji |
| 説明 | High-end NFT data and automation tools |
| ファイルサイズ | 2.79 MB |
| インストール数 | 692 |
| 現在のバージョン | 1.0.9 |
| 最終更新日 | 2022-11-19 |
| 公開日 | 2022-07-24 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | ERC Rarity |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://ercrarity.com |
| ヘルプページのURL | https://ercrarity.com |
| プライバシーポリシーページのURL | https://app.termly.io/document/privacy-policy/836188f6-930e-48cc-9c41-352b48a012db |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "High-end NFT data and automation tools",
"version": "1.0.9",
"manifest_version": 3,
"name": "ERC Rarity",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/opensea.io\/*"
],
"js": [
"openseaContentScript.bundle.js"
],
"css": [
"content.styles.css"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"generalContentScript.bundle.js"
],
"run_at": "document_end"
}
],
"host_permissions": [
"https:\/\/*.opensea.io\/*"
],
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png",
"openseaPageContextInject.bundle.js"
],
"matches": [
"https:\/\/*.opensea.io\/*"
]
},
{
"resources": [
"generalPageContextInject.bundle.js"
],
"matches": [
"https:\/\/*\/*"
]
}
]
} | |