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.
Vad är Metal Gear "Patriots" filter?
Metal Gear "Patriots" filter är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.".
Tilläggsskärmbilder
Ladda ner Metal Gear "Patriots" filter-förlängningens CRX-fil
Ladda ner Metal Gear "Patriots" filter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | kpcidljkdmahemghpchkcfajalnnjpei |
Officiell webbadress | https://chromewebstore.google.com/detail/metal-gear-patriots-filte/kpcidljkdmahemghpchkcfajalnnjpei |
Beskrivning | Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines. |
Filstorlek | 29.61 KB |
Antal Installationer | 237 |
Aktuell Version | 1 |
Senast Uppdaterad | 2016-04-29 |
Publiceringsdatum | 2016-04-29 |
Betyg | 4.82/5 Totalt 11 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" } ] } |