NFTSniper Extension
This is an extension plug-in for website users to quickly obtain external information.
What is NFTSniper Extension?
NFTSniper Extension is a Chrome extension developed by nftsniperdotclub, and its main feature is "This is an extension plug-in for website users to quickly obtain external information.".
Extension Screenshots
Download NFTSniper Extension Extension CRX File
Download NFTSniper Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NFTSniper Extension |
ID | dilejnfdpncjkpokkpajkfamhnhncnjk |
Official URL | https://chromewebstore.google.com/detail/nftsniper-extension/dilejnfdpncjkpokkpajkfamhnhncnjk |
Description | This is an extension plug-in for website users to quickly obtain external information. |
File Size | 16.36 KB |
Installation Count | 5,107 |
Current Version | 1.22 |
Last Updated | 2024-01-02 |
Publish Date | 2023-02-26 |
Rating | 5.00/5 Total 6 Ratings |
Developer | nftsniperdotclub |
[email protected] | |
Payment Type | free |
Extension Website | https://www.nftsniper.club |
Help Page URL | https://beta.nftsniper.club |
Privacy Policy Page URL | https://www.nftsniper.club/policy |
Supported Languages | 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:\/\/*\/*" ] } |