NFTSniper Extension
This is an extension plug-in for website users to quickly obtain external information.
Wat is NFTSniper Extension?
NFTSniper Extension is een Chrome-extensie ontwikkeld door nftsniperdotclub, en de belangrijkste functie is "This is an extension plug-in for website users to quickly obtain external information.".
Extensie Screenshots
Download het CRX-bestand van de extensie NFTSniper Extension
Download NFTSniper Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dilejnfdpncjkpokkpajkfamhnhncnjk |
| Officiële URL | https://chromewebstore.google.com/detail/nftsniper-extension/dilejnfdpncjkpokkpajkfamhnhncnjk |
| Beschrijving | This is an extension plug-in for website users to quickly obtain external information. |
| Bestandsgrootte | 16.36 KB |
| Aantal Installaties | 5,107 |
| Huidige Versie | 1.22 |
| Laatst Bijgewerkt | 2024-01-02 |
| Publicatiedatum | 2023-02-26 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | nftsniperdotclub |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.nftsniper.club |
| Help Pagina-URL | https://beta.nftsniper.club |
| URL van de Privacybeleid Pagina | https://www.nftsniper.club/policy |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |