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": "eBay Hot Product Finder",
"description": "Product research made easy for eBay sellers. Find out what to sell on eBay fast!",
"version": "8.0",
"author": "Frooition",
"action": {
"default_popup": "index.html",
"default_icon": {
"128": "images\/get_started128.png"
},
"default_title": "eBay Hot Product Finder"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jquery-3.3.1.js",
"init.js"
]
}
],
"icons": {
"128": "images\/get_started128.png"
}
}