Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "eBay Sold History Button",
"version": "2.1.2",
"description": "Adds a 'History' button to eBay product pages to view purchase history",
"permissions": [],
"content_scripts": [
{
"matches": [
"*:\/\/www.ebay.com\/itm\/*"
],
"js": [
"content.js"
]
}
]
}