Free the Pink

Pink-ify button and link elements. #FreeThePink

O que é Free the Pink?

Free the Pink é uma extensão do Chrome desenvolvida por Winter LaMon, e sua principal característica é "Pink-ify button and link elements. #FreeThePink".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Free the Pink

Baixe arquivos de extensão Free the Pink 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

                        With the click of a button, transform all buttons and links to glorious magenta calls to action. 

You get magenta! And you get magenta! Magenta for everyone!                    

Informações Básicas da Extensão

Nome Free the Pink Free the Pink
ID dlpefelmhiokdeoejmijfoahdagppcdm
URL Oficial https://chromewebstore.google.com/detail/free-the-pink/dlpefelmhiokdeoejmijfoahdagppcdm
Descrição Pink-ify button and link elements. #FreeThePink
Tamanho do Arquivo 14.79 KB
Contagem de Instalações 333
Versão Atual 0.1
Última Atualização 2019-11-25
Data de Publicação 2019-11-24
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor Winter LaMon
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free the Pink",
    "short_name": "Free the Pink",
    "version": "0.1",
    "description": "Pink-ify button and link elements. #FreeThePink",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Free the Pink",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/ftp_16.png",
            "32": "images\/ftp_32.png",
            "48": "images\/ftp_48.png",
            "128": "images\/ftp_128.png"
        }
    },
    "icons": {
        "16": "images\/ftp_16.png",
        "32": "images\/ftp_32.png",
        "48": "images\/ftp_48.png",
        "128": "images\/ftp_128.png"
    },
    "manifest_version": 2
}