Trump to Festering Anus
Replaces the text 'Donald Trump' with 'Festering Anus'.
ما هو Trump to Festering Anus؟
Trump to Festering Anus هو إضافة Chrome تم تطويرها بواسطة Drunken Sasquatch، والميزة الرئيسية لها هي "Replaces the text 'Donald Trump' with 'Festering Anus'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trump to Festering Anus
قم بتنزيل ملفات الامتداد Trump to Festering Anus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Do you think that Donald Trump is a mixture of Biff Tannen and a halloween pumpkin in december? Maybe you're just sick of seeing facebook posts from that borderline sociopath you know from high school that you can't bring yourself to unfriend. Maybe you resent the fact that Donald Trump wants to "slow Cosby" America. Does watching around-the-clock CNN coverage of Donald Trump make you feel like David Carradine being slowly strangled by the noose of cheap journalism? Regardless (or irregardless as a Trump supporter might say), you should just install this extension.
معلومات أساسية عن التمديد
الاسم | |
ID | bcgcnhpijehppimfgpodckmnlnlhmeje |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/trump-to-festering-anus/bcgcnhpijehppimfgpodckmnlnlhmeje |
الوصف | Replaces the text 'Donald Trump' with 'Festering Anus'. |
حجم الملف | 26.98 KB |
عدد التثبيتات | 155 |
النسخة الحالية | 1.5 |
آخر تحديث | 2015-12-28 |
تاريخ النشر | 2015-12-28 |
تقييم | 4.76/5 مجموع تقييمات 21 |
المطور | Drunken Sasquatch |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Festering Anus", "short_name": "T2A", "version": "1.5", "icons": { "128": "trump-head.png" }, "description": "Replaces the text 'Donald Trump' with 'Festering Anus'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ] } |