LuxuryStore

Luxury Store

Wat is LuxuryStore?

LuxuryStore is een Chrome-extensie ontwikkeld door admin, en de belangrijkste functie is "Luxury Store".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie LuxuryStore

Download LuxuryStore-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam LuxuryStore LuxuryStore
ID oefpjlkcddcadcepdjnjgijpbepnakld
Officiële URL https://chromewebstore.google.com/detail/luxurystore/oefpjlkcddcadcepdjnjgijpbepnakld
Beschrijving Luxury Store
Bestandsgrootte 209 KB
Aantal Installaties 49
Huidige Versie 1.0.3
Laatst Bijgewerkt 2022-06-28
Publicatiedatum 2021-07-23
Ontwikkelaar admin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://myluxurystores.com
URL van de Privacybeleid Pagina https://myluxurystores.com/privacyPolicy
Ondersteunde Talen 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\/*"
        ]
    }
}