Douche and Turd
Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.
ما هو Douche and Turd؟
Douche and Turd هو إضافة Chrome تم تطويرها بواسطة Matthew Hynes، والميزة الرئيسية لها هي "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Douche and Turd
قم بتنزيل ملفات الامتداد Douche and Turd بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension replaces the 2016 Presidential candidate's names with something more fitting. That's about it. (No copyright infringement intended - all images property of Comedy Central. I have no idea if this disclaimer is sufficient to cover my ass, but it seems like something I should put here.)
معلومات أساسية عن التمديد
الاسم | Douche and Turd |
ID | lbldenckphkphkiglelkdmioihlfghle |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/douche-and-turd/lbldenckphkphkiglelkdmioihlfghle |
الوصف | Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'. |
حجم الملف | 32.48 KB |
عدد التثبيتات | 34 |
النسخة الحالية | 1.2 |
آخر تحديث | 2016-09-28 |
تاريخ النشر | 2016-09-28 |
تقييم | 5.00/5 مجموع تقييمات 12 |
المطور | Matthew Hynes |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Douche and Turd", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "description": "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |