Add To WishTender

Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…

Add To WishTenderとは何ですか?

Add To WishTenderはhttps://wishtender.comによって開発されたChromeの拡張機能で、その主な機能は「Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Add To WishTender拡張機能のCRXファイルをダウンロード

Add To WishTender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Add any item from any online store to your WishTender wishlist.

WishTender is a universal wishlist for content creators to get gifts safely from fans.

The 'Add To WishTender' Chrome extension adds a button to your Chrome browser that allows you to add any item from any website directly to your WishTender wishlist.

1. Go to any product on a website and click the "Add to WishTender" button in your browser.
2. A pop up will appear. Select the picture, edit gift details.
4. Add the gift to your wishlist!                    

拡張機能の基本情報

名前 Add To WishTender Add To WishTender
ID khafbdpkfodbigppgcpmnokmbkhhmpfc
公式URL https://chromewebstore.google.com/detail/add-to-wishtender/khafbdpkfodbigppgcpmnokmbkhhmpfc
説明 Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…
ファイルサイズ 1.3 MB
インストール数 8,355
現在のバージョン 1.7
最終更新日 2023-03-02
公開日 2021-08-12
評価 3.00/5 合計 2 レビュー
開発者 https://wishtender.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.wishtender.com/extension
ヘルプページのURL https://www.wishtender.com/extension
プライバシーポリシーページのURL https://www.wishtender.com/files/terms.pdf
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.7",
    "name": "Add To WishTender",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html",
        "default_title": "WishTender"
    },
    "icons": {
        "301": "icon_301.png",
        "128": "icon_128.png",
        "32": "icon_32.png"
    }
}