LuxuryStore

Luxury Store

O que é LuxuryStore?

LuxuryStore é uma extensão do Chrome desenvolvida por admin, e sua principal característica é "Luxury Store".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão LuxuryStore

Baixe arquivos de extensão LuxuryStore no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome LuxuryStore LuxuryStore
ID oefpjlkcddcadcepdjnjgijpbepnakld
URL Oficial https://chromewebstore.google.com/detail/luxurystore/oefpjlkcddcadcepdjnjgijpbepnakld
Descrição Luxury Store
Tamanho do Arquivo 209 KB
Contagem de Instalações 49
Versão Atual 1.0.3
Última Atualização 2022-06-28
Data de Publicação 2021-07-23
Desenvolvedor admin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://myluxurystores.com
URL da Página de Política de Privacidade https://myluxurystores.com/privacyPolicy
Idiomas Suportados 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\/*"
        ]
    }
}