NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
NFTSniperとは何ですか?
NFTSniperはbestshow202208によって開発されたChromeの拡張機能で、その主な機能は「Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.」です。
拡張機能のスクリーンショット
NFTSniper拡張機能のCRXファイルをダウンロード
NFTSniper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The NFT market changes all the time, you need a tool to keep an eye on those important NFTs, NFTSniper will help you:
- Monitor the floor price changes of a collection and remind them by email;
- Monitor the activity of a single blue-chip nft, such as list, price cuts, canceled list, transfer, etc., and send reminder emails.
- The monitoring conditions are user-defined and the rules are flexible. 拡張機能の基本情報
| 名前 | |
| ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
| 公式URL | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
| 説明 | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
| ファイルサイズ | 103 KB |
| インストール数 | 50 |
| 現在のバージョン | 1.2.2 |
| 最終更新日 | 2022-12-20 |
| 公開日 | 2022-08-03 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | bestshow202208 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://bestshow.io/#/Home |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NFTSniper",
"description": "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.",
"version": "1.2.2",
"icons": {
"16": "static\/bs.png",
"48": "static\/bs.png",
"128": "static\/bs.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"myscript.js"
],
"matches": [
"https:\/\/bestshow.io\/*"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"alarms"
],
"action": {
"default_icon": "static\/bs.png",
"default_title": "NFTSniper - Watchlist",
"default_popup": "popup.html"
}
} | |