Sarahah Facebook Feed Blocker

Block Facebook Posts containting Sarahah Links of the People you follow

ما هو Sarahah Facebook Feed Blocker؟

Sarahah Facebook Feed Blocker هو إضافة Chrome تم تطويرها بواسطة MyAppClub.in، والميزة الرئيسية لها هي "Block Facebook Posts containting Sarahah Links of the People you follow".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Sarahah Facebook Feed Blocker

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

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

                        Are you fed up of the sarahah links of your facebook friends appearing on your feed again and again?

If yes, this extension is your solution. This will hide all the posts from your facebook feed on chrome which contain sarahah URLs of the people.                    

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

الاسم Sarahah Facebook Feed Blocker Sarahah Facebook Feed Blocker
ID oahkcpaacnaipehbecgaemenbcpjabal
عنوان URL الرسمي https://chromewebstore.google.com/detail/sarahah-facebook-feed-blo/oahkcpaacnaipehbecgaemenbcpjabal
الوصف Block Facebook Posts containting Sarahah Links of the People you follow
حجم الملف 30.91 KB
عدد التثبيتات 11
النسخة الحالية 0.0.2
آخر تحديث 2017-08-14
تاريخ النشر 2017-08-13
تقييم 5.00/5 مجموع تقييمات 1
المطور MyAppClub.in
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sarahah Facebook Feed Blocker",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Block Facebook Posts containting Sarahah Links of the People you follow",
    "homepage_url": "http:\/\/myappclub.in\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/www.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}