the Ridiculer
Extension that makes the news easier to read for liberals and progressives.
ما هو the Ridiculer؟
the Ridiculer هو إضافة Chrome تم تطويرها بواسطة rleonen، والميزة الرئيسية لها هي "Extension that makes the news easier to read for liberals and progressives.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة the Ridiculer
قم بتنزيل ملفات الامتداد the Ridiculer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you are unhappy about the results of the 2016 election, this extension will make the news a little bit easier to read. Replaces select terms with other, more appropriate ones. Good for a laugh or two. Install and read the news as you normally do. Continuously updated with new replacement text.
معلومات أساسية عن التمديد
الاسم | |
ID | djkfmdnmmbddamdmfcecbepcpjidpohf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/the-ridiculer/djkfmdnmmbddamdmfcecbepcpjidpohf |
الوصف | Extension that makes the news easier to read for liberals and progressives. |
حجم الملف | 8.84 KB |
عدد التثبيتات | 271 |
النسخة الحالية | 1.3 |
آخر تحديث | 2021-03-12 |
تاريخ النشر | 2016-12-06 |
تقييم | 5.00/5 مجموع تقييمات 17 |
المطور | rleonen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "the Ridiculer", "author": "ralph leonen", "version": "1.3", "description": "Extension that makes the news easier to read for liberals and progressives.", "icons": { "16": "images\/ridiculer16.png", "48": "images\/ridiculer48.png", "128": "images\/ridiculer128.png" }, "short_name": "ridiculer", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "myscript.js" ], "run_at": "document_end" } ] } |