Quack

No echo chambers.

Was ist Quack?

Quack ist eine Chrome-Erweiterung, die von phrazzld entwickelt wurde, und ihr Hauptmerkmal ist "No echo chambers.".

Erweiterungsscreenshots

screenshot
screenshot

Quack-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quack-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Quack Quack
ID ailkdmeochafekfnmfkkbhiljlcgeemf
Offizielle URL https://chrome.google.com/webstore/detail/quack/ailkdmeochafekfnmfkkbhiljlcgeemf
Beschreibung No echo chambers.
Dateigröße 191 KB
Installationsanzahl 23
Aktuelle Version 18.3.6
Letztes Update 2019-03-08
Veröffentlichungsdatum 2019-03-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler phrazzld
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}