LuxuryStore

Luxury Store

Co to jest LuxuryStore?

LuxuryStore to rozszerzenie Chrome opracowane przez admin, a jego główną funkcją jest „Luxury Store”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia LuxuryStore

Pobierz pliki rozszerzeń LuxuryStore w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa LuxuryStore LuxuryStore
ID oefpjlkcddcadcepdjnjgijpbepnakld
Oficjalny URL https://chromewebstore.google.com/detail/luxurystore/oefpjlkcddcadcepdjnjgijpbepnakld
Opis Luxury Store
Rozmiar pliku 209 KB
Liczba instalacji 49
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2022-06-28
Data Publikacji 2021-07-23
Deweloper admin
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://myluxurystores.com
Adres URL Strony Polityki Prywatności https://myluxurystores.com/privacyPolicy
Obsługiwane Języki 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\/*"
        ]
    }
}