Remove Facebook Ads

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

Apa itu Remove Facebook Ads?

Remove Facebook Ads adalah ekstensi Chrome yang dikembangkan oleh SUA, dan fitur utamanya adalah "A small and simple add-on to remove sponsored ad posts from your Facebook timeline.".

Unduh Berkas CRX Ekstensi Remove Facebook Ads

Unduh file ekstensi Remove Facebook Ads dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Remove Facebook Ads Remove Facebook Ads
ID gkhocllodhopahjjdhlldldjapcjifah
URL Resmi https://chromewebstore.google.com/detail/remove-facebook-ads/gkhocllodhopahjjdhlldldjapcjifah
Deskripsi A small and simple add-on to remove sponsored ad posts from your Facebook timeline.
Ukuran File 43.52 KB
Jumlah Instalasi 474
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-01-31
Tanggal Publikasi 2017-01-30
Penilaian 5.00/5 Total 2 Penilaian
Pengembang SUA
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.sua.com.tr
Bahasa yang Didukung 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"
            ]
        }
    ]
}