NFTSniper Extension
This is an extension plug-in for website users to quickly obtain external information.
NFTSniper Extensionとは何ですか?
NFTSniper Extensionはnftsniperdotclubによって開発されたChromeの拡張機能で、その主な機能は「This is an extension plug-in for website users to quickly obtain external information.」です。
拡張機能のスクリーンショット
NFTSniper Extension拡張機能のCRXファイルをダウンロード
NFTSniper Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
NFTSniper Extension is an extension plug-in for the www.nftsniper.club website, which is used to help users quickly obtain external website information and update data in real time. 拡張機能の基本情報
| 名前 | |
| ID | dilejnfdpncjkpokkpajkfamhnhncnjk |
| 公式URL | https://chromewebstore.google.com/detail/nftsniper-extension/dilejnfdpncjkpokkpajkfamhnhncnjk |
| 説明 | This is an extension plug-in for website users to quickly obtain external information. |
| ファイルサイズ | 16.36 KB |
| インストール数 | 5,107 |
| 現在のバージョン | 1.22 |
| 最終更新日 | 2024-01-02 |
| 公開日 | 2023-02-26 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | nftsniperdotclub |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.nftsniper.club |
| ヘルプページのURL | https://beta.nftsniper.club |
| プライバシーポリシーページのURL | https://www.nftsniper.club/policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NFTSniper Extension",
"description": "This is an extension plug-in for website users to quickly obtain external information.",
"version": "1.22",
"icons": {
"16": "images\/icon.png",
"48": "images\/icon.png",
"128": "images\/icon.png"
},
"background": {
"service_worker": "js\/background.min.js"
},
"action": {
"default_name": "NFTSniper Extension",
"default_icon": "images\/icon.png",
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:8080\/*",
"https:\/\/*.nftsniper.club\/*"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content.min.js"
]
},
{
"matches": [
"https:\/\/dexscreener.com\/*"
],
"js": [
"js\/dexscreener.min.js"
]
},
{
"matches": [
"https:\/\/discord.com\/*"
],
"js": [
"js\/discord.min.js"
]
},
{
"matches": [
"https:\/\/unisat.io\/*"
],
"js": [
"js\/unisat.min.js"
]
},
{
"matches": [
"https:\/\/www.okx.com\/*web3\/*"
],
"js": [
"js\/okOrdinals.min.js"
]
}
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |