Trumpinator 3000
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
ما هو Trumpinator 3000؟
Trumpinator 3000 هو إضافة Chrome تم تطويرها بواسطة boomeasy، والميزة الرئيسية لها هي "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trumpinator 3000
قم بتنزيل ملفات الامتداد Trumpinator 3000 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Make the web great again!
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
inspired by trumpweb with additional quotes and some bug fixes. معلومات أساسية عن التمديد
| الاسم | |
| ID | khfhhpmllkcdelbmpilggheoeopjhdmk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk |
| الوصف | Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again! |
| حجم الملف | 61.52 KB |
| عدد التثبيتات | 21 |
| النسخة الحالية | 0.1.2 |
| آخر تحديث | 2016-01-24 |
| تاريخ النشر | 2016-01-23 |
| المطور | boomeasy |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://twitter.com/trumpinator3000 |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trumpinator 3000",
"version": "0.1.2",
"description": "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!",
"icons": {
"16": "16x16_crop_trumper.png",
"48": "48x48_crop_trumper.png",
"128": "128x128_crop_trumper.png"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |