LuxuryStore

Luxury Store

什么是LuxuryStore?

LuxuryStore是由admin开发的Chrome扩展程序,该扩展的主要功能是“Luxury Store”。

扩展截图

screenshot
screenshot

下载LuxuryStore扩展crx文件

下载LuxuryStore扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 LuxuryStore LuxuryStore
ID oefpjlkcddcadcepdjnjgijpbepnakld
官方URL https://chromewebstore.google.com/detail/luxurystore/oefpjlkcddcadcepdjnjgijpbepnakld
简介 Luxury Store
文件大小 209 KB
安装次数 49
当前版本 1.0.3
更新时间 2022-06-28
上架时间 2021-07-23
开发者 admin
电子邮箱 [email protected]
付费类型 free
扩展官网 https://myluxurystores.com
隐私政策页面URL https://myluxurystores.com/privacyPolicy
支持的语言 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\/*"
        ]
    }
}