Delete Shopping Cart
Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.
What is Delete Shopping Cart?
Delete Shopping Cart is a Chrome extension developed by RFApps, and its main feature is "Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.".
Extension Screenshots
Download Delete Shopping Cart Extension CRX File
Download Delete Shopping Cart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple extension that will automatically delete all items in your Amazon™ cart, Amazon™ saved list or Whole Foods™ cart. You must to be on the shopping cart main screen to use it. If you have a lot of items you may have to use it multiple times to delete them all. Sure beats clicking delete for each item.
Extension Basic Information
Name | Delete Shopping Cart |
ID | kcfakilgkhioeckhichkjkfajppekkin |
Official URL | https://chromewebstore.google.com/detail/delete-shopping-cart/kcfakilgkhioeckhichkjkfajppekkin |
Description | Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list. |
File Size | 14.16 KB |
Installation Count | 88 |
Current Version | 1.0 |
Last Updated | 2022-02-01 |
Publish Date | 2022-01-31 |
Developer | RFApps |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jmf8883/delete-shopping-cart |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Delete Shopping Cart", "description": "Quick buttons that will remove all items in your Amazon\u2122 and Whole Foods\u2122 cart or saved list.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/cart16.png", "32": "\/images\/cart32.png", "64": "\/images\/cart64.png", "128": "\/images\/cart128.png" } }, "icons": { "16": "\/images\/cart16.png", "32": "\/images\/cart32.png", "64": "\/images\/cart64.png", "128": "\/images\/cart128.png" } } |