News Feed Blocker

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

O que é News Feed Blocker?

News Feed Blocker é uma extensão do Chrome desenvolvida por jigarp12892, e sua principal característica é "The Newsfeed Blocker blocks the newsfeed and stories section of the facebook app. It is well-documented that the infinite…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão News Feed Blocker

Baixe arquivos de extensão News Feed Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome News Feed Blocker News Feed Blocker
ID njaedcddcbaonmeabladggefnaclcadp
URL Oficial https://chromewebstore.google.com/detail/news-feed-blocker/njaedcddcbaonmeabladggefnaclcadp
Descrição The Newsfeed Blocker blocks the newsfeed and stories section of the facebook app. It is well-documented that the infinite…
Tamanho do Arquivo 37.02 KB
Contagem de Instalações 71
Versão Atual 0.1
Última Atualização 2021-04-19
Data de Publicação 2021-04-18
Desenvolvedor jigarp12892
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}