Fake News

Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions

¿Qué es Fake News?

Fake News es una extensión de Chrome desarrollada por Unknown, y su función principal es "Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Fake News

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

                        Someone made an app that detects fake news, so naturally I made an app that generates fake news by swapping out words to make the news more enjoyable!

*************
the toolbar icon doesn't have much function, so to turn this extension off looks at the screenshot I included.
*************

--------
Mustache Hat Icon made by Freepik at http://www.freepik.com  hosted on www.flaticon.com is licensed  by www.flaticon.com  is licensed by http://creativecommons.org/licenses/by/3.0/ Creative Commons BY 3.0
--------                    

Información Básica de la Extensión

Nombre Fake News Fake News
ID falhghpclihcfppjfmkekipacjnjmdfn
URL Oficial https://chromewebstore.google.com/detail/fake-news/falhghpclihcfppjfmkekipacjnjmdfn
Descripción Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions
Tamaño del Archivo 64.69 KB
Cantidad de Instalaciones 35
Versión Actual 1.1
Última Actualización 2019-03-06
Fecha de Publicación 2019-03-05
Calificación 4.67/5 Total de 6 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fake News",
    "description": "Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome:\/\/extensions",
    "version": "1.1",
    "icons": {
        "128": "hat.png"
    },
    "page_action": {
        "default_icon": "hat1.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}