Remove Facebook Ads

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

Wat is Remove Facebook Ads?

Remove Facebook Ads is een Chrome-extensie ontwikkeld door SUA, en de belangrijkste functie is "A small and simple add-on to remove sponsored ad posts from your Facebook timeline.".

Download het CRX-bestand van de extensie Remove Facebook Ads

Download Remove Facebook Ads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Remove Facebook Ads Remove Facebook Ads
ID gkhocllodhopahjjdhlldldjapcjifah
Officiële URL https://chromewebstore.google.com/detail/remove-facebook-ads/gkhocllodhopahjjdhlldldjapcjifah
Beschrijving A small and simple add-on to remove sponsored ad posts from your Facebook timeline.
Bestandsgrootte 43.52 KB
Aantal Installaties 474
Huidige Versie 1.0
Laatst Bijgewerkt 2017-01-31
Publicatiedatum 2017-01-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar SUA
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.sua.com.tr
Ondersteunde Talen 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"
            ]
        }
    ]
}