Feed Blocker

Block annoying feeds on social media...

O que é Feed Blocker?

Feed Blocker é uma extensão do Chrome desenvolvida por silanthibot, e sua principal característica é "Block annoying feeds on social media...".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Feed Blocker

Baixe arquivos de extensão 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

                        Tired of sarahah posts on facebook?
Block annoying feed from specific app or website on websites like facebook etc.
This analyses the images on your news feed and tries to find if it is a sarahah photo or not. If yes, it removes them for you.. You can enable and disable the content you wish to see at any time.                    

Informações Básicas da Extensão

Nome Feed Blocker Feed Blocker
ID bfafecjfeogalhnanmiohcekaoahjndh
URL Oficial https://chromewebstore.google.com/detail/feed-blocker/bfafecjfeogalhnanmiohcekaoahjndh
Descrição Block annoying feeds on social media...
Tamanho do Arquivo 113 KB
Contagem de Instalações 15
Versão Atual 0.0.1
Última Atualização 2017-08-15
Data de Publicação 2017-08-15
Desenvolvedor silanthibot
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feed Blocker",
    "description": "Block annoying feeds on social media...",
    "version": "0.0.1",
    "optional_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "FB Feed Blocker",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/logo.png",
        "22": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "web_accessible_resources": [
        "img\/logo.png"
    ]
}