News Feed Blocker

The Newsfeed Blocker blocks the newsfeed and stories section of the facebook app. It is well-documented that the infinite…

什麼是News Feed Blocker?

News Feed Blocker是由jigarp12892開發的Chrome擴展程式,該擴展的主要功能是“The Newsfeed Blocker blocks the newsfeed and stories section of the facebook app. It is well-documented that the infinite…”。

擴展截圖

screenshot

下載News Feed Blocker擴展crx文件

下載News Feed Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Newsfeed Blocker blocks the newsfeed and stories section of the facebook app.

It is well-documented that the infinite scrolling newsfeed is a product of the attention-economy : The more a user keeps scrolling, the more ad-revenue is generated. The automatically curated newsfeed is designed to put the control back in the user's hand. 

This simple extension blocks the newsfeed so users can continue to access facebook for its useful features : Marketplace, direct messaging, groups, etc. 

To block newsfeed and stories :

1. Install the extension
2. Open facebook on your browser
3. Click on the "nfb" button on the tool bar.

To unblock the newsfeed and stories:
1. Click the button again.                    

擴展基本資訊

名稱 News Feed Blocker News Feed Blocker
ID njaedcddcbaonmeabladggefnaclcadp
官方網址 https://chromewebstore.google.com/detail/news-feed-blocker/njaedcddcbaonmeabladggefnaclcadp
簡介 The Newsfeed Blocker blocks the newsfeed and stories section of the facebook app. It is well-documented that the infinite…
檔案大小 37.02 KB
安裝次數 71
目前版本 0.1
更新時間 2021-04-19
上架時間 2021-04-18
開發者 jigarp12892
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "News Feed Blocker",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "NFB16.png",
        "48": "NFB48.png",
        "128": "NFB128.png"
    }
}