LuxuryStore

Luxury Store

LuxuryStore란 무엇입니까?

LuxuryStore은(는) admin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Luxury Store"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LuxuryStore 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}