BuzzFeed Delisticator

De-listicate BuzzFeed.

什麼是BuzzFeed Delisticator?

BuzzFeed Delisticator是由http://jasonlefkowitz.net開發的Chrome擴展程式,該擴展的主要功能是“De-listicate BuzzFeed.”。

擴展截圖

screenshot

下載BuzzFeed Delisticator擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}