Sharknado but without the sharks Mod

Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch

¿Qué es Sharknado but without the sharks Mod?

Sharknado but without the sharks Mod es una extensión de Chrome desarrollada por Fats Gordo, y su función principal es "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sharknado but without the sharks Mod

Descarga archivos de extensión Sharknado but without the sharks Mod 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

                        Changes the word "tornado" to "Sharknado but without the sharks"                    

Información Básica de la Extensión

Nombre Sharknado but without the sharks Mod Sharknado but without the sharks Mod
ID ajmgpljcejihmhmbcocjgppbfihlgkfi
URL Oficial https://chromewebstore.google.com/detail/sharknado-but-without-the/ajmgpljcejihmhmbcocjgppbfihlgkfi
Descripción Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch
Tamaño del Archivo 3.61 KB
Cantidad de Instalaciones 23
Versión Actual 1.1
Última Actualización 2017-08-31
Fecha de Publicación 2017-08-31
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Fats Gordo
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sharknado but without the sharks Mod",
    "description": "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}