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
公式URL 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
Eメール [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"
    }
}