From bca5ad23962cf2c88a5c1dbe94518c624ed1845c Mon Sep 17 00:00:00 2001 From: Dovi Cowan Date: Wed, 20 Jul 2022 17:44:32 +0100 Subject: [PATCH] add README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..238c4d5 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# eBay Item Remover +This Chrome extension allows you to hide items from eBay search results. + +## Notes +* Extension currently only works in Chrome +* Extension currently only works for eBay UK (https://ebay.co.uk) +* **IMPORTANT: If you currently have version 0.0.1, you must remove the extension before installing the new update** + +## Installation / Upgrade Instructions +### 1. Download extension +1. Go to the [Releases](https://github.com/dcowan-london/remove-ebay-items/releases), find the latest realse and expand the Assests section. +1. Right click on "extension.crx" and click "Save link as...". Choose a location on your computer (doesn't matter where). + +### 2. Install extension +1. Go to [chrome://extensions](chrome://extensions). Toggle "Developer mode" to on in the top right. +1. Click and drag "extension.crx" from the downloads bar in the bottom left of your screen into the middle of the page. + +#### If this is a new install +3. Click "Add extension" in the popup. \ No newline at end of file