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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
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" } ] } |