Things To Get Me

The universal wish-list maker. Add items to your gift list from any website.

O que é Things To Get Me?

Things To Get Me é uma extensão do Chrome desenvolvida por https://www.thingstogetme.com, e sua principal característica é "The universal wish-list maker. Add items to your gift list from any website.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Things To Get Me

Baixe arquivos de extensão Things To Get Me 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

                        Free independent wish-list maker, add items to your wish-list from any stores as you browse online.

You can create new lists, and manage any existing lists directly.                    

Informações Básicas da Extensão

Nome Things To Get Me Things To Get Me
ID hikgojdlmopjpjfbmmpoleceddnhdjbi
URL Oficial https://chromewebstore.google.com/detail/things-to-get-me/hikgojdlmopjpjfbmmpoleceddnhdjbi
Descrição The universal wish-list maker. Add items to your gift list from any website.
Tamanho do Arquivo 4.95 MB
Contagem de Instalações 11,273
Versão Atual 4.3
Última Atualização 2023-06-25
Data de Publicação 2020-06-28
Classificação 4.45/5 Total de 11 Avaliações
Desenvolvedor https://www.thingstogetme.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.thingstogetme.com
URL da Página de Política de Privacidade https://www.thingstogetme.com/privacy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Things To Get Me",
    "version": "4.3",
    "description": "The universal wish-list maker. Add items to your gift list from any website.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.thingstogetme.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 3
}