Sarahah Facebook Feed Blocker

Block Facebook Posts containting Sarahah Links of the People you follow

O que é Sarahah Facebook Feed Blocker?

Sarahah Facebook Feed Blocker é uma extensão do Chrome desenvolvida por MyAppClub.in, e sua principal característica é "Block Facebook Posts containting Sarahah Links of the People you follow".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Sarahah Facebook Feed Blocker

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

                        Are you fed up of the sarahah links of your facebook friends appearing on your feed again and again?

If yes, this extension is your solution. This will hide all the posts from your facebook feed on chrome which contain sarahah URLs of the people.                    

Informações Básicas da Extensão

Nome Sarahah Facebook Feed Blocker Sarahah Facebook Feed Blocker
ID oahkcpaacnaipehbecgaemenbcpjabal
URL Oficial https://chromewebstore.google.com/detail/sarahah-facebook-feed-blo/oahkcpaacnaipehbecgaemenbcpjabal
Descrição Block Facebook Posts containting Sarahah Links of the People you follow
Tamanho do Arquivo 30.91 KB
Contagem de Instalações 11
Versão Atual 0.0.2
Última Atualização 2017-08-14
Data de Publicação 2017-08-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor MyAppClub.in
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sarahah Facebook Feed Blocker",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Block Facebook Posts containting Sarahah Links of the People you follow",
    "homepage_url": "http:\/\/myappclub.in\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/www.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}