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": "__MSG_appName__", "description": "It allows user to see the ebay sold history using the dedicated button, see price and purchase history in details on ebay", "default_locale": "en", "version": "0.03", "permissions": [], "action": { "default_icon": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.ebay.com\/itm\/*", "https:\/\/*.ebay.co.uk\/itm\/*", "https:\/\/*.ebay.com.au\/itm\/*", "https:\/\/*.ebay.de\/itm\/*", "https:\/\/*.ebay.ca\/itm\/*", "https:\/\/*.ebay.fr\/itm\/*", "https:\/\/*.ebay.it\/itm\/*", "https:\/\/*.ebay.es\/itm\/*", "https:\/\/*.ebay.at\/itm\/*", "https:\/\/*.ebay.ch\/itm\/*", "https:\/\/*.ebay.com.hk\/itm\/*", "https:\/\/*.ebay.com.sg\/itm\/*", "https:\/\/*.ebay.com.my\/itm\/*", "https:\/\/*.ebay.in\/itm\/*", "https:\/\/*.ebay.ph\/itm\/*", "https:\/\/*.ebay.ie\/itm\/*", "https:\/\/*.ebay.pl\/itm\/*", "https:\/\/*.ebay.be\/itm\/*", "https:\/\/*.ebay.nl\/itm\/*", "https:\/\/*.ebay.cn\/itm\/*", "https:\/\/*.ebay.com.tw\/itm\/*", "https:\/\/*.ebay.co.jp\/itm\/*" ], "js": [ "content-script.js" ] } ] }