LuxuryStore

Luxury Store

ما هو LuxuryStore؟

LuxuryStore هو إضافة Chrome تم تطويرها بواسطة admin، والميزة الرئيسية لها هي "Luxury Store".

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

screenshot
screenshot

تحميل ملف CRX للإضافة LuxuryStore

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

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

                        Shop UK and USA stores from the comfort of your home in Africa and we will deliver them directly to your door steps. 
All shopping website list and the link is showing on over website https://myluxurystores.com/Shopping. Simply add item in your cart and come back on over website. You are able to buy the product from all listed websites through over website. Video evidence if how the extension works can be found Here: https://drive.google.com/file/d/1igipfZNfeiRYuELxVp3s583efrGhG3zl/view?usp=sharing                    

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

الاسم LuxuryStore LuxuryStore
ID oefpjlkcddcadcepdjnjgijpbepnakld
عنوان URL الرسمي https://chromewebstore.google.com/detail/luxurystore/oefpjlkcddcadcepdjnjgijpbepnakld
الوصف Luxury Store
حجم الملف 209 KB
عدد التثبيتات 49
النسخة الحالية 1.0.3
آخر تحديث 2022-06-28
تاريخ النشر 2021-07-23
المطور admin
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://myluxurystores.com
عنوان صفحة سياسة الخصوصية https://myluxurystores.com/privacyPolicy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_title": "Luxury Store"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "scr.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Luxury Store",
    "manifest_version": 2,
    "name": "LuxuryStore",
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.0.3",
    "web_accessible_resources": [
        "*.*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/myluxurystores.com\/*"
        ]
    }
}