Add To WishTender

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

¿Qué es Add To WishTender?

Add To WishTender es una extensión de Chrome desarrollada por https://wishtender.com, y su función principal es "Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Add To WishTender

Descarga archivos de extensión Add To WishTender en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Add To WishTender Add To WishTender
ID khafbdpkfodbigppgcpmnokmbkhhmpfc
URL Oficial https://chromewebstore.google.com/detail/add-to-wishtender/khafbdpkfodbigppgcpmnokmbkhhmpfc
Descripción Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…
Tamaño del Archivo 1.3 MB
Cantidad de Instalaciones 8,355
Versión Actual 1.7
Última Actualización 2023-03-02
Fecha de Publicación 2021-08-12
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador https://wishtender.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.wishtender.com/extension
URL de la Página de Ayuda https://www.wishtender.com/extension
URL de la Página de Política de Privacidad https://www.wishtender.com/files/terms.pdf
Idiomas Soportados 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"
    }
}