Trump To Chump
Replaces the text 'Trump' with 'Chump'.
ما هو Trump To Chump؟
Trump To Chump هو إضافة Chrome تم تطويرها بواسطة Drew Wasem، والميزة الرئيسية لها هي "Replaces the text 'Trump' with 'Chump'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trump To Chump
قم بتنزيل ملفات الامتداد Trump To Chump بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Spreading the truth throughout the internet, Donald Trump is a Chump.
معلومات أساسية عن التمديد
الاسم | |
ID | almlkepgjlmnpndeahbcpinhhdffbech |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/trump-to-chump/almlkepgjlmnpndeahbcpinhhdffbech |
الوصف | Replaces the text 'Trump' with 'Chump'. |
حجم الملف | 18.68 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 1 |
آخر تحديث | 2015-08-23 |
تاريخ النشر | 2015-08-23 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Drew Wasem |
نوع الدفع | free |
موقع الإضافة | https://github.com/CapeDrew/Trump-To-Chump |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump To Chump", "short_name": "Trump To Chump", "description": "Replaces the text 'Trump' with 'Chump'.", "author": "Andrew R Wasem", "version": "1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |