The Garnisher
Replaces words with other words to create funny scenarios.
ما هو The Garnisher؟
The Garnisher هو إضافة Chrome تم تطويرها بواسطة Elliot Brazier، والميزة الرئيسية لها هي "Replaces words with other words to create funny scenarios.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Garnisher
قم بتنزيل ملفات الامتداد The Garnisher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Garnisher is designed to mess with your webpage by making grammar and spelling errors Donald Trump -> Donald Duck Hillary (Rodham) Clinton -> Hill (Hamrod) Dog Uppercase I's are now lowercase Investigated -> instigated Can't -> can seven -> 7 Their and they're -> there whose -> whos Obama -> Osama debate -> dance-off self driving -> uncontrollably swerving poll -> psychic reading horsepower -> tons of horsemeat candidate -> airbender drone -> dog vows to -> probably won't at large -> very large successfully -> suddenly expands -> physically expands an unknown number -> like hundreds front runner -> blade runner global -> spherical no indication -> lots of signs I would not recommend using this for anything other than pranking
معلومات أساسية عن التمديد
الاسم | The Garnisher |
ID | flaclgjgcobhpciikknpohdmcjciejag |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag |
الوصف | Replaces words with other words to create funny scenarios. |
حجم الملف | 15.84 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 1.12 |
آخر تحديث | 2016-01-08 |
تاريخ النشر | 2016-01-08 |
تقييم | 1.75/5 مجموع تقييمات 4 |
المطور | Elliot Brazier |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Garnisher", "description": "Replaces words with other words to create funny scenarios.", "version": "1.12", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*\/*\/*" ], "js": [ "findandreplacedomtext.js", "content.js" ], "run_at": "document_end" } ] } |