Quack

No echo chambers.

Co je Quack?

Quack je rozšíření Chrome vyvinuté phrazzld, a jeho hlavní funkcí je „No echo chambers.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Quack

Stáhněte si soubory rozšíření Quack ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Quack Quack
ID ailkdmeochafekfnmfkkbhiljlcgeemf
Oficiální URL https://chrome.google.com/webstore/detail/quack/ailkdmeochafekfnmfkkbhiljlcgeemf
Popis No echo chambers.
Velikost souboru 191 KB
Počet instalací 23
Aktuální Verze 18.3.6
Poslední Aktualizace 2019-03-08
Datum Vydání 2019-03-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář phrazzld
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}