Hot take to What's up

Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.

¿Qué es Hot take to What's up?

Hot take to What's up es una extensión de Chrome desarrollada por Unknown, y su función principal es "Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.".

Descargar Archivo CRX de la Extensión Hot take to What's up

Descarga archivos de extensión Hot take to What's up 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

                                            

Información Básica de la Extensión

Nombre Hot take to What's up Hot take to What's up
ID achhodbdjjjajcfflmemhgoaeelodmei
URL Oficial https://chromewebstore.google.com/detail/hot-take-to-whats-up/achhodbdjjjajcfflmemhgoaeelodmei
Descripción Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.
Tamaño del Archivo 5.5 KB
Cantidad de Instalaciones 134
Versión Actual 0.1
Última Actualización 2016-03-21
Fecha de Publicación 2016-03-21
Calificación 4.86/5 Total de 7 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": "Hot take to What's up",
    "version": "0.1",
    "description": "Replaces \"hot take\" in tweets with \"What's up you discourse-loving fucks\" or variations thereon.",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "overrides.js"
            ]
        }
    ]
}