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
官方網址 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
電子郵箱 [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"
    }
}