NFTSniper Extension
This is an extension plug-in for website users to quickly obtain external information.
NFTSniper Extension là gì?
NFTSniper Extension là một tiện ích mở rộng Chrome được phát triển bởi nftsniperdotclub, và tính năng chính của nó là "This is an extension plug-in for website users to quickly obtain external information.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NFTSniper Extension
Tải xuống các tệp mở rộng NFTSniper Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NFTSniper Extension |
ID | dilejnfdpncjkpokkpajkfamhnhncnjk |
URL Chính Thức | https://chromewebstore.google.com/detail/nftsniper-extension/dilejnfdpncjkpokkpajkfamhnhncnjk |
Mô tả | This is an extension plug-in for website users to quickly obtain external information. |
Kích Thước Tệp | 16.36 KB |
Số Lần Cài Đặt | 5,107 |
Phiên Bản Hiện Tại | 1.22 |
Cập Nhật Lần Cuối | 2024-01-02 |
Ngày Phát Hành | 2023-02-26 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | nftsniperdotclub |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.nftsniper.club |
URL Trang Trợ Giúp | https://beta.nftsniper.club |
URL Trang Chính Sách Bảo Mật | https://www.nftsniper.club/policy |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |