BuzzFeed Delisticator
De-listicate BuzzFeed.
ما هو BuzzFeed Delisticator؟
BuzzFeed Delisticator هو إضافة Chrome تم تطويرها بواسطة http://jasonlefkowitz.net، والميزة الرئيسية لها هي "De-listicate BuzzFeed.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BuzzFeed Delisticator
قم بتنزيل ملفات الامتداد BuzzFeed Delisticator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Listicles! They're the Natty Light of online publishing -- all empty calories that leave you with a sad, watery pseudo-buzz. And nobody crams more completely content-free listicles onto their home page than the fine folks at BuzzFeed. Which can make it hard to pick through them all to find anything else. Enter Delisticator! It helpfully scans the BuzzFeed homepage for useless listicles, and grays them out so non-listicle stories are more visually prominent. Move the mouse cursor over any grayed-out listicle to bring it forward and see its original headline.
معلومات أساسية عن التمديد
الاسم | |
ID | egdbmlkndoidogdaeaimbkojoeopcgfc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/buzzfeed-delisticator/egdbmlkndoidogdaeaimbkojoeopcgfc |
الوصف | De-listicate BuzzFeed. |
حجم الملف | 105 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-10-11 |
تاريخ النشر | 2016-10-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://jasonlefkowitz.net |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BuzzFeed Delisticator", "description": "De-listicate BuzzFeed.", "version": "1.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.buzzfeed.com\/" ], "js": [ "jquery-2.0.3.js", "mutation_summary.js", "tree_mirror.js", "delisticator.js" ], "css": [ "delisticator.css" ] } ] } |