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
电子邮箱 [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"
    }
}