LuxuryStore

Luxury Store

LuxuryStore là gì?

LuxuryStore là một tiện ích mở rộng Chrome được phát triển bởi admin, và tính năng chính của nó là "Luxury Store".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LuxuryStore

Tải xuống các tệp mở rộng LuxuryStore dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LuxuryStore LuxuryStore
ID oefpjlkcddcadcepdjnjgijpbepnakld
URL Chính Thức https://chromewebstore.google.com/detail/luxurystore/oefpjlkcddcadcepdjnjgijpbepnakld
Mô tả Luxury Store
Kích Thước Tệp 209 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-06-28
Ngày Phát Hành 2021-07-23
Nhà Phát Triển admin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://myluxurystores.com
URL Trang Chính Sách Bảo Mật https://myluxurystores.com/privacyPolicy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}