Add To WishTender

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

What is Add To WishTender?

Add To WishTender is a Chrome extension developed by https://wishtender.com, and its main feature is "Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…".

Extension Screenshots

screenshot
screenshot

Download Add To WishTender Extension CRX File

Download Add To WishTender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Add To WishTender Add To WishTender
ID khafbdpkfodbigppgcpmnokmbkhhmpfc
Official URL https://chromewebstore.google.com/detail/add-to-wishtender/khafbdpkfodbigppgcpmnokmbkhhmpfc
Description Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…
File Size 1.3 MB
Installation Count 8,355
Current Version 1.7
Last Updated 2023-03-02
Publish Date 2021-08-12
Rating 3.00/5 Total 2 Ratings
Developer https://wishtender.com
Email [email protected]
Payment Type free
Extension Website https://www.wishtender.com/extension
Help Page URL https://www.wishtender.com/extension
Privacy Policy Page URL https://www.wishtender.com/files/terms.pdf
Supported Languages 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"
    }
}