Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Nepeto - Walmart Scanner",
"version": "2.3",
"description": "Scan Walmart products in seconds and discover what's profitable to resell on Amazon using Nepeto.",
"action": {
"default_icon": "favicon.ico",
"default_nepeto": "nepeto.html"
},
"icons": {
"48": "favicon.ico"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.walmart.com\/*"
],
"js": [
"nepeto.js"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/www.walmart.com\/*"
]
}
]
}
]
}