LuxuryStore

Luxury Store

Cos'è LuxuryStore?

LuxuryStore è un'estensione di Chrome sviluppata da admin, e la sua funzione principale è "Luxury Store".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LuxuryStore

Scarica i file di estensione LuxuryStore in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome LuxuryStore LuxuryStore
ID oefpjlkcddcadcepdjnjgijpbepnakld
URL Ufficiale https://chromewebstore.google.com/detail/luxurystore/oefpjlkcddcadcepdjnjgijpbepnakld
Descrizione Luxury Store
Dimensione del File 209 KB
Conteggio Installazioni 49
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-06-28
Data di Pubblicazione 2021-07-23
Sviluppatore admin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://myluxurystores.com
URL della Pagina della Politica sulla Privacy https://myluxurystores.com/privacyPolicy
Lingue Supportate 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\/*"
        ]
    }
}