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.
Co to jest Metal Gear "Patriots" filter?
Metal Gear "Patriots" filter to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Metal Gear "Patriots" filter
Pobierz pliki rozszerzeń Metal Gear "Patriots" filter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kpcidljkdmahemghpchkcfajalnnjpei |
Oficjalny URL | https://chromewebstore.google.com/detail/metal-gear-patriots-filte/kpcidljkdmahemghpchkcfajalnnjpei |
Opis | Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines. |
Rozmiar pliku | 29.61 KB |
Liczba instalacji | 237 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2016-04-29 |
Data Publikacji | 2016-04-29 |
Ocena | 4.82/5 Łącznie 11 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |