And them's the facts

Adds the catch phrase at the end of every Wikipedia article

¿Qué es And them's the facts?

And them's the facts es una extensión de Chrome desarrollada por entibo, y su función principal es "Adds the catch phrase at the end of every Wikipedia article".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión And them's the facts

Descarga archivos de extensión And them's the facts 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

                        Most Wikipedia users take the articles at face value, rarely making any changes or questioning any of the facts. Tyler Haley, however, is not the average Wikipedia user.

“I was reading about moose on Wikipedia, and when I got to the end of the article it was just over. That’s it. Done,” Tyler said. “I knew I could do something to help.”

And help he did. Since that day, Tyler has edited over 50,000 Wikipedia articles to end with the phrase “And them’s the facts!”

Based on this article: 
http://www.clickhole.com/article/man-mission-man-adding-and-thems-facts-end-every-w-2182

And made on /u/OgodHOWdisGEThere's request.                    

Información Básica de la Extensión

Nombre And them's the facts And them's the facts
ID nekhjjdghhmfblkbdflhmpakndkmgjjn
URL Oficial https://chromewebstore.google.com/detail/and-thems-the-facts/nekhjjdghhmfblkbdflhmpakndkmgjjn
Descripción Adds the catch phrase at the end of every Wikipedia article
Tamaño del Archivo 20.35 KB
Cantidad de Instalaciones 95
Versión Actual 0.2
Última Actualización 2015-11-15
Fecha de Publicación 2015-11-15
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador entibo
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://entibo.fr
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "And them's the facts",
    "description": "Adds the catch phrase at the end of every Wikipedia article",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*:\/\/*.wikipedia.*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}