Remove Facebook Ads

A small and simple add-on to remove sponsored ad posts from your Facebook timeline.

O que é Remove Facebook Ads?

Remove Facebook Ads é uma extensão do Chrome desenvolvida por SUA, e sua principal característica é "A small and simple add-on to remove sponsored ad posts from your Facebook timeline.".

Baixar o arquivo CRX da Extensão Remove Facebook Ads

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

                        It will remove the ads till Facebook finds the hole that makes the add-on work. 
For now, just for English users only. 
Enjoy adless Facebook.

-

This add-on removes "Sponsored" ads/stories from your Facebook timeline.
There are no settings yet.
Just install it and you will see no more ads (hopefully).

Facebok can prevent this add-on somehow in the future.
Then we will find another way to remove the ads.

Just for English users right now, later on we can add more language control for other users.                    

Informações Básicas da Extensão

Nome Remove Facebook Ads Remove Facebook Ads
ID gkhocllodhopahjjdhlldldjapcjifah
URL Oficial https://chromewebstore.google.com/detail/remove-facebook-ads/gkhocllodhopahjjdhlldldjapcjifah
Descrição A small and simple add-on to remove sponsored ad posts from your Facebook timeline.
Tamanho do Arquivo 43.52 KB
Contagem de Instalações 474
Versão Atual 1.0
Última Atualização 2017-01-31
Data de Publicação 2017-01-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor SUA
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.sua.com.tr
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Facebook Ads",
    "version": "1.0",
    "description": "A small and simple add-on to remove sponsored ad posts from your Facebook timeline.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "remove_fb_ads.js"
            ]
        }
    ]
}