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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}