MySwag

Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list

O que é MySwag?

MySwag é uma extensão do Chrome desenvolvida por http://www.mysw.ag, e sua principal característica é "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MySwag

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

                        Join MySwag to save and share all the things you really want, from any store. It’s completely free.                    

Informações Básicas da Extensão

Nome MySwag MySwag
ID khkbcbgmnoboogdclalcfcmfkcijfbee
URL Oficial https://chrome.google.com/webstore/detail/khkbcbgmnoboogdclalcfcmfkcijfbee
Descrição Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list
Tamanho do Arquivo 256 KB
Contagem de Instalações 38
Versão Atual 2.6
Última Atualização 2018-10-10
Data de Publicação 2018-10-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://www.mysw.ag
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.mysw.ag
URL da Página de Ajuda http://www.mysw.ag
URL da Página de Política de Privacidade http://www.mysw.ag/privacy-policy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MySwag",
    "version": "2.6",
    "manifest_version": 2,
    "description": "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list",
    "icons": {
        "19": "img\/MySwagLogo-19.png",
        "48": "img\/MySwagLogo-48.png",
        "128": "img\/MySwagLogo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/MySwagLogo-19.png",
            "38": "img\/MySwagLogo-38.png"
        },
        "default_title": "Add this product your MySwag wishlist"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.12.4.js",
                "jquery-ui.js",
                "functions.js"
            ],
            "css": [
                "content.css",
                "jquery-ui.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "*:\/\/*.mysw.ag\/",
        "background",
        ""
    ]
}