Remove Facebook Ads

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

Co to jest Remove Facebook Ads?

Remove Facebook Ads to rozszerzenie Chrome opracowane przez SUA, a jego główną funkcją jest „A small and simple add-on to remove sponsored ad posts from your Facebook timeline.”.

Pobierz plik CRX rozszerzenia Remove Facebook Ads

Pobierz pliki rozszerzeń Remove Facebook Ads w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Remove Facebook Ads Remove Facebook Ads
ID gkhocllodhopahjjdhlldldjapcjifah
Oficjalny URL https://chromewebstore.google.com/detail/remove-facebook-ads/gkhocllodhopahjjdhlldldjapcjifah
Opis A small and simple add-on to remove sponsored ad posts from your Facebook timeline.
Rozmiar pliku 43.52 KB
Liczba instalacji 474
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-01-31
Data Publikacji 2017-01-30
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper SUA
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.sua.com.tr
Obsługiwane Języki 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"
            ]
        }
    ]
}