Metal Gear "Patriots" filter

Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.

¿Qué es Metal Gear "Patriots" filter?

Metal Gear "Patriots" filter es una extensión de Chrome desarrollada por Unknown, y su función principal es "Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Metal Gear "Patriots" filter

Descarga archivos de extensión Metal Gear "Patriots" filter 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 Metal Gear Metal Gear "Patriots" filter
ID kpcidljkdmahemghpchkcfajalnnjpei
URL Oficial https://chromewebstore.google.com/detail/metal-gear-patriots-filte/kpcidljkdmahemghpchkcfajalnnjpei
Descripción Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.
Tamaño del Archivo 29.61 KB
Cantidad de Instalaciones 237
Versión Actual 1
Última Actualización 2016-04-29
Fecha de Publicación 2016-04-29
Calificación 4.82/5 Total de 11 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metal Gear \"Patriots\" filter",
    "description": "Replaces all instances of the word \"Patriot\" with the phrase \"La-li-lu-le-lo\", to simluate the effect of SOP nanomachines.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}