Donald Hamburgler
Replace Trump with Hamburgler to make the news easier to read
ما هو Donald Hamburgler؟
Donald Hamburgler هو إضافة Chrome تم تطويرها بواسطة dceu، والميزة الرئيسية لها هي "Replace Trump with Hamburgler to make the news easier to read".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Donald Hamburgler
قم بتنزيل ملفات الامتداد Donald Hamburgler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Making the news easier to read. Science. https://github.com/rxall/donald-hamburgler
معلومات أساسية عن التمديد
الاسم | Donald Hamburgler |
ID | eeokommaohmmdicndonhmkaagpcjjihl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/donald-hamburgler/eeokommaohmmdicndonhmkaagpcjjihl |
الوصف | Replace Trump with Hamburgler to make the news easier to read |
حجم الملف | 42.51 KB |
عدد التثبيتات | 10 |
النسخة الحالية | 0.6 |
آخر تحديث | 2015-12-21 |
تاريخ النشر | 2015-12-21 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | dceu |
نوع الدفع | free |
موقع الإضافة | https://www.danclifford.eu |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald Hamburgler", "description": "Replace Trump with Hamburgler to make the news easier to read", "version": "0.6", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |