BuzzFeed Delisticator

De-listicate BuzzFeed.

BuzzFeed Delisticatorคืออะไร?

BuzzFeed Delisticator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jasonlefkowitz.net และคุณลักษณะหลักของมันคือ "De-listicate BuzzFeed."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BuzzFeed Delisticator

ดาวน์โหลดไฟล์ส่วนขยาย BuzzFeed Delisticator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BuzzFeed Delisticator BuzzFeed Delisticator
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"
            ]
        }
    ]
}