DEALS.AMZ.SPACE

Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.

ما هو DEALS.AMZ.SPACE؟

DEALS.AMZ.SPACE هو إضافة Chrome تم تطويرها بواسطة AMZ.SPACE، والميزة الرئيسية لها هي "Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.".

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

screenshot

تحميل ملف CRX للإضافة DEALS.AMZ.SPACE

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

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

                        Select a Deal
Shop hundreds of discounted products on Amazon.
Receive incredible discounts and FREE products in exchange for a quality reviews                    

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

الاسم DEALS.AMZ.SPACE DEALS.AMZ.SPACE
ID dijkbgcmclfdeieoijcebacklogbklpp
عنوان URL الرسمي https://chromewebstore.google.com/detail/dealsamzspace/dijkbgcmclfdeieoijcebacklogbklpp
الوصف Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.
حجم الملف 205 KB
عدد التثبيتات 59
النسخة الحالية 1.0
آخر تحديث 2016-08-28
تاريخ النشر 2016-08-28
تقييم 5.00/5 مجموع تقييمات 2
المطور AMZ.SPACE
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://amz.space/register
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DEALS.AMZ.SPACE",
    "version": "1.0",
    "description": "Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "DEALS.AMZ.SPACE",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}