Remove Facebook Ads

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

What is Remove Facebook Ads?

Remove Facebook Ads is a Chrome extension developed by SUA, and its main feature is "A small and simple add-on to remove sponsored ad posts from your Facebook timeline.".

Download Remove Facebook Ads Extension CRX File

Download Remove Facebook Ads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Remove Facebook Ads Remove Facebook Ads
ID gkhocllodhopahjjdhlldldjapcjifah
Official URL https://chromewebstore.google.com/detail/remove-facebook-ads/gkhocllodhopahjjdhlldldjapcjifah
Description A small and simple add-on to remove sponsored ad posts from your Facebook timeline.
File Size 43.52 KB
Installation Count 474
Current Version 1.0
Last Updated 2017-01-31
Publish Date 2017-01-30
Rating 5.00/5 Total 2 Ratings
Developer SUA
Email [email protected]
Payment Type free
Extension Website http://www.sua.com.tr
Supported Languages 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"
            ]
        }
    ]
}