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
Eメール [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\/*"
        ]
    }
}