Downworthy
Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.
ما هو Downworthy؟
Downworthy هو إضافة Chrome تم تطويرها بواسطة https://www.snipe.net، والميزة الرئيسية لها هي "Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Downworthy
قم بتنزيل ملفات الامتداد Downworthy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Downworthy replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version. "Literally" becomes "figuratively", "Will Blow Your Mind" becomes "Might Perhaps Mildly Entertain You For a Moment", and so on. Visit the website at downworthy.snipe.net for more info.
معلومات أساسية عن التمديد
الاسم | Downworthy |
ID | pkaoiecplgdldkfihclpndbakokopjde |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/downworthy/pkaoiecplgdldkfihclpndbakokopjde |
الوصف | Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version. |
حجم الملف | 27.97 KB |
عدد التثبيتات | 1,508 |
النسخة الحالية | 0.0.8 |
آخر تحديث | 2014-02-19 |
تاريخ النشر | 2014-02-19 |
تقييم | 4.24/5 مجموع تقييمات 112 |
المطور | https://www.snipe.net |
نوع الدفع | free |
موقع الإضافة | http://downworthy.snipe.net |
عنوان صفحة المساعدة | http://downworthy.snipe.net |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downworthy", "version": "0.0.8", "description": "Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.", "permissions": [ "storage" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon19-on.png", "default_title": "Toggle Downworthy" }, "content_security_policy": "default-src 'none'; script-src 'self'", "options_page": "options.html" } |