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.

Cos'è Metal Gear "Patriots" filter?

Metal Gear "Patriots" filter è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Metal Gear "Patriots" filter

Scarica i file di estensione Metal Gear "Patriots" filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Metal Gear Metal Gear "Patriots" filter
ID kpcidljkdmahemghpchkcfajalnnjpei
URL Ufficiale https://chromewebstore.google.com/detail/metal-gear-patriots-filte/kpcidljkdmahemghpchkcfajalnnjpei
Descrizione Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.
Dimensione del File 29.61 KB
Conteggio Installazioni 237
Versione Corrente 1
Ultimo Aggiornamento 2016-04-29
Data di Pubblicazione 2016-04-29
Valutazione 4.82/5 Totale 11 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}