Sponsor Blocker for facebook.com

Removes sponsored posts from facebook.com

ما هو Sponsor Blocker for facebook.com؟

Sponsor Blocker for facebook.com هو إضافة Chrome تم تطويرها بواسطة arismelachroinos، والميزة الرئيسية لها هي "Removes sponsored posts from facebook.com".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Sponsor Blocker for facebook.com

قم بتنزيل ملفات الامتداد Sponsor Blocker for facebook.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is a simple chrome extension which removes every sponsored post from your feed. 
There is no UI. You just install it and it should work. 

Once you install it, you should simply not see any sponsored posts anymore. It will never remove a post that isn't sponsored.

To see how many ads have been blocked, click on the icon's extension.

All languages are supported!
If you have any problems, please contact me on my email.

This extension has nothing to do with the Facebook company.

I put a lot of time and effort making this free extension. If you enjoy it and you wish to support me, you can donate via this link:
https://www.paypal.com/donate/?hosted_button_id=BTK97P92ZF29U                    

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

الاسم Sponsor Blocker for facebook.com Sponsor Blocker for facebook.com
ID kpmbjdnfallgblelifmkiofhnpejlpll
عنوان URL الرسمي https://chromewebstore.google.com/detail/sponsor-blocker-for-faceb/kpmbjdnfallgblelifmkiofhnpejlpll
الوصف Removes sponsored posts from facebook.com
حجم الملف 41.38 KB
عدد التثبيتات 651
النسخة الحالية 1.84
آخر تحديث 2022-11-10
تاريخ النشر 2021-05-31
تقييم 4.43/5 مجموع تقييمات 7
المطور arismelachroinos
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sponsor Blocker for facebook.com",
    "action": [],
    "version": "1.84",
    "description": "Removes sponsored posts from facebook.com",
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}