Delete Shopping Cart

Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.

Qu'est-ce que Delete Shopping Cart ?

Delete Shopping Cart est une extension Chrome développée par RFApps, et sa fonction principale est "Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Delete Shopping Cart

Téléchargez les fichiers d'extension Delete Shopping Cart au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Delete Shopping Cart Delete Shopping Cart
ID kcfakilgkhioeckhichkjkfajppekkin
URL Officiel 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.
Taille du Fichier 14.16 KB
Nombre d'Installations 88
Version Actuelle 1.0
Dernière Mise à Jour 2022-02-01
Date de Publication 2022-01-31
Développeur RFApps
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jmf8883/delete-shopping-cart
Langues Prises en Charge 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"
    }
}