ShopBuddy Light v.2

ShopBuddy Light is here to give you the best savings available while also allowing you to earn cash back from thousands of online…

ما هو ShopBuddy Light v.2؟

ShopBuddy Light v.2 هو إضافة Chrome تم تطويرها بواسطة https://shopbuddylight.com، والميزة الرئيسية لها هي "ShopBuddy Light is here to give you the best savings available while also allowing you to earn cash back from thousands of online…".

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

screenshot

تحميل ملف CRX للإضافة ShopBuddy Light v.2

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

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

                        ShopBuddy Light is here to give you the best savings available while also allowing you to earn cash back from thousands of online merchants!                    

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

الاسم ShopBuddy Light v.2 ShopBuddy Light v.2
ID dkikgjnnnbeomgjfggolflkkjehfaecm
عنوان URL الرسمي https://chromewebstore.google.com/detail/shopbuddy-light-v2/dkikgjnnnbeomgjfggolflkkjehfaecm
الوصف ShopBuddy Light is here to give you the best savings available while also allowing you to earn cash back from thousands of online…
حجم الملف 439 KB
عدد التثبيتات 80
النسخة الحالية 2.0
آخر تحديث 2014-07-01
تاريخ النشر 2014-06-30
تقييم 4.67/5 مجموع تقييمات 3
المطور https://shopbuddylight.com
نوع الدفع free
موقع الإضافة http://www.shopbuddylight.com
عنوان صفحة المساعدة http://www.shopbuddylight.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShopBuddy Light v.2",
    "description": "",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "page": "bg.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/coupondealfinder1.s3.amazonaws.com; object-src 'self'",
    "web_accessible_resources": [
        "inject\/*"
    ],
    "permissions": [
        ""
    ]
}