Quack

No echo chambers.

¿Qué es Quack?

Quack es una extensión de Chrome desarrollada por phrazzld, y su función principal es "No echo chambers.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Quack

Descarga archivos de extensión Quack 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

                        Quack is a tool to fight the echo chambers we all find ourselves in. Next time you're searching support for your arguments, whether on Google or YouTube or Bing (or even Yahoo), click the little blue duck icon in your browser. It will automatically open a new tab with opposing content for you. 

If we're going to find out what's really true, we're going to have to take it upon ourselves to practice better information hygiene.

Stay safe, and expose yourself to strong arguments from all sides, always!

* FYI, duck's quacks echo just like any other noise. The idea that they don't is fake news.                    

Información Básica de la Extensión

Nombre Quack Quack
ID ailkdmeochafekfnmfkkbhiljlcgeemf
URL Oficial https://chrome.google.com/webstore/detail/quack/ailkdmeochafekfnmfkkbhiljlcgeemf
Descripción No echo chambers.
Tamaño del Archivo 191 KB
Cantidad de Instalaciones 23
Versión Actual 18.3.6
Última Actualización 2019-03-08
Fecha de Publicación 2019-03-08
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador phrazzld
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quack",
    "version": "18.3.6",
    "description": "No echo chambers.",
    "author": "phrazzld",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "compromise.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "public\/images\/transparent_logo_16.png",
            "32": "public\/images\/transparent_logo_32.png",
            "64": "public\/images\/transparent_logo_64.png"
        }
    },
    "icons": {
        "16": "public\/images\/transparent_logo_16.png",
        "32": "public\/images\/transparent_logo_32.png",
        "64": "public\/images\/transparent_logo_64.png",
        "128": "public\/images\/transparent_logo_128.png",
        "256": "public\/images\/transparent_logo_256.png",
        "512": "public\/images\/transparent_logo_512.png"
    }
}