Pink-out

Removing pink from the web

¿Qué es Pink-out?

Pink-out es una extensión de Chrome desarrollada por Itamar Kestenbaum, y su función principal es "Removing pink from the web".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Pink-out

Descarga archivos de extensión Pink-out en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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. 🤦                    

Información Básica de la Extensión

Nombre Pink-out Pink-out
ID emgomhlfknapebclbdkonjilalfmchep
URL Oficial https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep
Descripción Removing pink from the web
Tamaño del Archivo 902 KB
Cantidad de Instalaciones 1,333
Versión Actual 0.0.1
Última Actualización 2019-12-01
Fecha de Publicación 2019-12-01
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Itamar Kestenbaum
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
}