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.
Τι είναι το Metal Gear "Patriots" filter;
Το Metal Gear "Patriots" filter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Metal Gear "Patriots" filter
Λήψη αρχείων επέκτασης Metal Gear "Patriots" filter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kpcidljkdmahemghpchkcfajalnnjpei |
Επίσημο URL | https://chromewebstore.google.com/detail/metal-gear-patriots-filte/kpcidljkdmahemghpchkcfajalnnjpei |
Περιγραφή | Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines. |
Μέγεθος Αρχείου | 29.61 KB |
Αριθμός Εγκαταστάσεων | 237 |
Τρέχουσα Έκδοση | 1 |
Τελευταία Ενημέρωση | 2016-04-29 |
Ημερομηνία Δημοσίευσης | 2016-04-29 |
Αξιολόγηση | 4.82/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } ] } |