See No Donald

Grab kitties (or puppies!) and see The Donald replaced (you will see some missed - we're working on it!) on the web. That's it.

¿Qué es See No Donald?

See No Donald es una extensión de Chrome desarrollada por Generation Underdog, LLC, y su función principal es "Grab kitties (or puppies!) and see The Donald replaced (you will see some missed - we're working on it!) on the web. That's it.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión See No Donald

Descarga archivos de extensión See No Donald 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

                        For those of you who feel triggered...or exhausted by images accompanying the multitude of articles about The Donald, this extension replaces images (only) for related content on specific websites (see permissions for current list) with kittens or puppies.

This extension is NOT meant to trivialize the CONTENT of articles, but to just provide a visual break allowing us to CHOOSE what articles we read and respond to. Once installed, you can go to the extension's options and change from kittens (default) to puppies.

This extension is not yet perfect. Works pretty well on FACEBOOK and TWITTER. We're still working on others... stay tuned!                    

Información Básica de la Extensión

Nombre See No Donald See No Donald
ID djnfalajlmneibddlminnlddleafpnal
URL Oficial https://chrome.google.com/webstore/detail/see-no-donald/djnfalajlmneibddlminnlddleafpnal
Descripción Grab kitties (or puppies!) and see The Donald replaced (you will see some missed - we're working on it!) on the web. That's it.
Tamaño del Archivo 10.9 KB
Cantidad de Instalaciones 13
Versión Actual 1.1.2
Última Actualización 2017-02-18
Fecha de Publicación 2017-02-18
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Generation Underdog, LLC
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "See No Donald",
    "version": "1.1.2",
    "description": "Grab kitties (or puppies!) and see The Donald replaced (you will see some missed - we're working on it!) on the web. That's it.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/jezebel.com\/*",
                "*:\/\/*.jezebel.com\/*",
                "*:\/\/deadspin.com\/*",
                "*:\/\/*.deadspin.com\/*",
                "*:\/\/gizmodo.com\/*",
                "*:\/\/*.gizmodo.com\/*",
                "*:\/\/jalopnik.com\/*",
                "*:\/\/*.jalopnik.com\/*",
                "*:\/\/kotaku.com\/*",
                "*:\/\/*.kotaku.com\/*",
                "*:\/\/lifehacker.com\/*",
                "*:\/\/*.lifehacker.com\/*",
                "*:\/\/www.facebook.com\/*",
                "*:\/\/twitter.com\/*"
            ]
        }
    ]
}