Make News Funny

Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/

¿Qué es Make News Funny?

Make News Funny es una extensión de Chrome desarrollada por Vishwajeet Vatharkar, y su función principal es "Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Make News Funny

Descarga archivos de extensión Make News Funny 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

                        Want to have some fun while reading good-old news?
Try this!
It replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/                    

Información Básica de la Extensión

Nombre Make News Funny Make News Funny
ID edcllekllfpikjpgklmlklkmmodbelid
URL Oficial https://chromewebstore.google.com/detail/make-news-funny/edcllekllfpikjpgklmlklkmmodbelid
Descripción Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/
Tamaño del Archivo 4.4 KB
Cantidad de Instalaciones 15
Versión Actual 3.0
Última Actualización 2016-05-22
Fecha de Publicación 2016-05-22
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Vishwajeet Vatharkar
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/vishwajeetv/Make-News-Funny
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make News Funny",
    "version": "3.0",
    "description": "Replaces text on websites to funnier versions. See http:\/\/xkcd.com\/1288\/ , http:\/\/xkcd.com\/1625\/ & https:\/\/xkcd.com\/1679\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}