Delete Shopping Cart

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

O que é Delete Shopping Cart?

Delete Shopping Cart é uma extensão do Chrome desenvolvida por RFApps, e sua principal característica é "Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Delete Shopping Cart

Baixe arquivos de extensão Delete Shopping Cart no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Delete Shopping Cart Delete Shopping Cart
ID kcfakilgkhioeckhichkjkfajppekkin
URL Oficial https://chromewebstore.google.com/detail/delete-shopping-cart/kcfakilgkhioeckhichkjkfajppekkin
Descrição Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.
Tamanho do Arquivo 14.16 KB
Contagem de Instalações 88
Versão Atual 1.0
Última Atualização 2022-02-01
Data de Publicação 2022-01-31
Desenvolvedor RFApps
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jmf8883/delete-shopping-cart
Idiomas Suportados 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"
    }
}