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'est-ce que Metal Gear "Patriots" filter ?
Metal Gear "Patriots" filter est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Metal Gear "Patriots" filter
Téléchargez les fichiers d'extension Metal Gear "Patriots" filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | kpcidljkdmahemghpchkcfajalnnjpei |
URL Officiel | https://chromewebstore.google.com/detail/metal-gear-patriots-filte/kpcidljkdmahemghpchkcfajalnnjpei |
Description | Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines. |
Taille du Fichier | 29.61 KB |
Nombre d'Installations | 237 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2016-04-29 |
Date de Publication | 2016-04-29 |
Évaluation | 4.82/5 Total 11 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |