Remove Facebook Ads

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

ما هو Remove Facebook Ads؟

Remove Facebook Ads هو إضافة Chrome تم تطويرها بواسطة SUA، والميزة الرئيسية لها هي "A small and simple add-on to remove sponsored ad posts from your Facebook timeline.".

تحميل ملف CRX للإضافة Remove Facebook Ads

قم بتنزيل ملفات الامتداد Remove Facebook Ads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Remove Facebook Ads Remove Facebook Ads
ID gkhocllodhopahjjdhlldldjapcjifah
عنوان URL الرسمي https://chromewebstore.google.com/detail/remove-facebook-ads/gkhocllodhopahjjdhlldldjapcjifah
الوصف A small and simple add-on to remove sponsored ad posts from your Facebook timeline.
حجم الملف 43.52 KB
عدد التثبيتات 474
النسخة الحالية 1.0
آخر تحديث 2017-01-31
تاريخ النشر 2017-01-30
تقييم 5.00/5 مجموع تقييمات 2
المطور SUA
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.sua.com.tr
اللغات المدعومة 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"
            ]
        }
    ]
}