Delete Shopping Cart

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

ما هو Delete Shopping Cart؟

Delete Shopping Cart هو إضافة Chrome تم تطويرها بواسطة RFApps، والميزة الرئيسية لها هي "Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Delete Shopping Cart

قم بتنزيل ملفات الامتداد Delete Shopping Cart بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Delete Shopping Cart Delete Shopping Cart
ID kcfakilgkhioeckhichkjkfajppekkin
عنوان URL الرسمي https://chromewebstore.google.com/detail/delete-shopping-cart/kcfakilgkhioeckhichkjkfajppekkin
الوصف Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.
حجم الملف 14.16 KB
عدد التثبيتات 88
النسخة الحالية 1.0
آخر تحديث 2022-02-01
تاريخ النشر 2022-01-31
المطور RFApps
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jmf8883/delete-shopping-cart
اللغات المدعومة 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"
    }
}