Amazon Lite

Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter.

ما هو Amazon Lite؟

Amazon Lite هو إضافة Chrome تم تطويرها بواسطة minimum.viable.delta، والميزة الرئيسية لها هي "Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Amazon Lite

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

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

                        Unclutter the shopping experience at your favorite store. Amazon Lite removes all unnecessary elements like ads, suggestions, cart preview and more. Enjoy a clean view of the items you're researching for more productive, distraction-free decisions.

Now supporting most of international Amazon stores.                    

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

الاسم Amazon Lite Amazon Lite
ID eedjnccgojngdjcofkpkjcbopgcfkkjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-lite/eedjnccgojngdjcofkpkjcbopgcfkkjk
الوصف Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter.
حجم الملف 51.78 KB
عدد التثبيتات 3,932
النسخة الحالية 1.1.5
آخر تحديث 2021-01-06
تاريخ النشر 2019-03-08
تقييم 2.55/5 مجموع تقييمات 73
المطور minimum.viable.delta
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "lib\/injects\/content-nuker.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/smile.amazon.com\/*",
                "https:\/\/smile.amazon.de\/*",
                "https:\/\/smile.amazon.co.uk\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.com.tr\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Amazon Lite",
    "version": "1.1.5",
    "permissions": [
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "lib\/background.js"
        ]
    }
}