LuxuryStore

Luxury Store

Что такое LuxuryStore?

LuxuryStore - это расширение Chrome, разработанное admin, и его основная функция - "Luxury Store".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения LuxuryStore

Скачайте файлы расширений LuxuryStore в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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\/*"
        ]
    }
}