Amazon Smile Auto Redirect

Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well

ما هو Amazon Smile Auto Redirect؟

Amazon Smile Auto Redirect هو إضافة Chrome تم تطويرها بواسطة Developer، والميزة الرئيسية لها هي "Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well".

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

screenshot

تحميل ملف CRX للإضافة Amazon Smile Auto Redirect

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

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

                        • Install this extension to automatically donate to charity.

• Amazon donates 0.5% of the price of your eligible purchases to the charitable organization of your choice when you shop at smile.amazon.com.

• AmazonSmile is the same Amazon you know with the added benefit of supporting charitable organizations.

• Support charitable organizations by starting your shopping at smile.amazon.com

Read more: https://smile.amazon.com/gp/chpf/about                    

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

الاسم Amazon Smile Auto Redirect Amazon Smile Auto Redirect
ID mcklmkgdecdjnknfohnagekofdckmooh
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-smile-auto-redirec/mcklmkgdecdjnknfohnagekofdckmooh
الوصف Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well
حجم الملف 17.06 KB
عدد التثبيتات 23
النسخة الحالية 0.1
آخر تحديث 2017-12-26
تاريخ النشر 2017-12-26
المطور Developer
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "background": {
        "scripts": [
            "smile.js"
        ]
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "manifest_version": 2,
    "name": "Amazon Smile Auto Redirect",
    "short_name": "Amazon Smile",
    "description": "Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.de\/*",
        "http:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.co.uk\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}