Add To WishTender

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

O que é Add To WishTender?

Add To WishTender é uma extensão do Chrome desenvolvida por https://wishtender.com, e sua principal característica é "Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Add To WishTender

Baixe arquivos de extensão Add To WishTender no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Add To WishTender Add To WishTender
ID khafbdpkfodbigppgcpmnokmbkhhmpfc
URL Oficial https://chromewebstore.google.com/detail/add-to-wishtender/khafbdpkfodbigppgcpmnokmbkhhmpfc
Descrição Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…
Tamanho do Arquivo 1.3 MB
Contagem de Instalações 8,355
Versão Atual 1.7
Última Atualização 2023-03-02
Data de Publicação 2021-08-12
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://wishtender.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.wishtender.com/extension
URL da Página de Ajuda https://www.wishtender.com/extension
URL da Página de Política de Privacidade https://www.wishtender.com/files/terms.pdf
Idiomas Suportados 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"
    }
}