Delete Shopping Cart
Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.
Wat is Delete Shopping Cart?
Delete Shopping Cart is een Chrome-extensie ontwikkeld door RFApps, en de belangrijkste functie is "Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.".
Extensie Screenshots
Download het CRX-bestand van de extensie Delete Shopping Cart
Download Delete Shopping Cart-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kcfakilgkhioeckhichkjkfajppekkin |
| Officiële URL | https://chromewebstore.google.com/detail/delete-shopping-cart/kcfakilgkhioeckhichkjkfajppekkin |
| Beschrijving | Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list. |
| Bestandsgrootte | 14.16 KB |
| Aantal Installaties | 88 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-02-01 |
| Publicatiedatum | 2022-01-31 |
| Ontwikkelaar | RFApps |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jmf8883/delete-shopping-cart |
| Ondersteunde Talen | 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"
}
} | |