Pink-out

Removing pink from the web

O que é Pink-out?

Pink-out é uma extensão do Chrome desenvolvida por Itamar Kestenbaum, e sua principal característica é "Removing pink from the web".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pink-out

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

                        Experience the web according to trademark trolls. Deutsche Telekom (aka, T-Mobile’s parent) is out here telling other companies they can’t use pink (yes, seriously: http://bit.ly/freeingthepink), so this Chrome Extension makes sure you’re pink-compliant and removes it from all your browsing pages on the web. 🧹

Click on the ‘Pink-Out’ button to automatically remove the pink from the web (with the exception of T-Mobile affiliated pages).

This extension is free - like the color pink should be. 🤦                    

Informações Básicas da Extensão

Nome Pink-out Pink-out
ID emgomhlfknapebclbdkonjilalfmchep
URL Oficial https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep
Descrição Removing pink from the web
Tamanho do Arquivo 902 KB
Contagem de Instalações 1,333
Versão Atual 0.0.1
Última Atualização 2019-12-01
Data de Publicação 2019-12-01
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Itamar Kestenbaum
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Removing pink from the web",
    "version": "0.0.1",
    "name": "Pink-out",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "permissions": [
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "pink_square.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}