LuxuryStore

Luxury Store

Was ist LuxuryStore?

LuxuryStore ist eine Chrome-Erweiterung, die von admin entwickelt wurde, und ihr Hauptmerkmal ist "Luxury Store".

Erweiterungsscreenshots

screenshot
screenshot

LuxuryStore-Erweiterungs-CRX-Datei herunterladen

Laden Sie LuxuryStore-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name LuxuryStore LuxuryStore
ID oefpjlkcddcadcepdjnjgijpbepnakld
Offizielle URL https://chromewebstore.google.com/detail/luxurystore/oefpjlkcddcadcepdjnjgijpbepnakld
Beschreibung Luxury Store
Dateigröße 209 KB
Installationsanzahl 49
Aktuelle Version 1.0.3
Letztes Update 2022-06-28
Veröffentlichungsdatum 2021-07-23
Entwickler admin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://myluxurystores.com
URL der Datenschutzrichtlinien-Seite https://myluxurystores.com/privacyPolicy
Unterstützte Sprachen 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\/*"
        ]
    }
}