Quack

No echo chambers.

Qu'est-ce que Quack ?

Quack est une extension Chrome développée par phrazzld, et sa fonction principale est "No echo chambers.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Quack

Téléchargez les fichiers d'extension Quack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Quack Quack
ID ailkdmeochafekfnmfkkbhiljlcgeemf
URL Officiel https://chrome.google.com/webstore/detail/quack/ailkdmeochafekfnmfkkbhiljlcgeemf
Description No echo chambers.
Taille du Fichier 191 KB
Nombre d'Installations 23
Version Actuelle 18.3.6
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur phrazzld
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}