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.

Hvad er Metal Gear "Patriots" filter?

Metal Gear "Patriots" filter er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.".

Udvidelsesskærmbilleder

screenshot

Download Metal Gear "Patriots" filter-udvidelses-CRX-fil

Download Metal Gear "Patriots" filter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Metal Gear Metal Gear "Patriots" filter
ID kpcidljkdmahemghpchkcfajalnnjpei
Officiel URL https://chromewebstore.google.com/detail/metal-gear-patriots-filte/kpcidljkdmahemghpchkcfajalnnjpei
Beskrivelse Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.
Filstørrelse 29.61 KB
Antal Installationer 237
Nuværende Version 1
Senest Opdateret 2016-04-29
Udgivelsesdato 2016-04-29
Bedømmelse 4.82/5 Samlet 11 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}