Wished

Wish for anything, anywhere

O que é Wished?

Wished é uma extensão do Chrome desenvolvida por https://www.wished.online, e sua principal característica é "Wish for anything, anywhere".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Wished

Baixe arquivos de extensão Wished 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

                        Wished is your universal wishlist for all of your favourite shopping sites. 

Create multiple wishlists, share them with friends and family, and even get notified of price updates!

With our easy-to-use and customizable wishlist extension, you will be able to save their favourite products and purchase them later with just a few clicks. Our extension is fully compatible with any online store and can easily provide you 

Key Features:

- Easy-to-use and intuitive interface
- Compatible with any online store
- Share wishlists with friends and family
- Be notified of price drops
- Ability to add and manage unlimited items in all of your wishlists                    

Informações Básicas da Extensão

Nome Wished Wished
ID hhnahkmehhkjemigopkkkamciojfmcbh
URL Oficial https://chromewebstore.google.com/detail/wished/hhnahkmehhkjemigopkkkamciojfmcbh
Descrição Wish for anything, anywhere
Tamanho do Arquivo 325 KB
Contagem de Instalações 35
Versão Atual 1.4.1
Última Atualização 2023-11-19
Data de Publicação 2021-03-12
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor https://www.wished.online
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.wished.online/
URL da Página de Ajuda https://www.wished.online/
URL da Página de Política de Privacidade https://www.wished.online/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wished",
    "version": "1.4.1",
    "description": "Wish for anything, anywhere",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "96": "images\/icons\/96.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.htm",
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.bundle.js"
            ],
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}