Hide reactions for facebook

It's annoy that seeing the unnecessary reaction. Remove it and display like only.

ما هو Hide reactions for facebook؟

Hide reactions for facebook هو إضافة Chrome تم تطويرها بواسطة dm3352andy، والميزة الرئيسية لها هي "It's annoy that seeing the unnecessary reaction. Remove it and display like only.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Hide reactions for facebook

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

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

                        Sometimes, facebook posts is tedious or spam but there are some user still click love, wow...etc  reaction. It's very annoying.

This plugin help you hide reactions from facebook post and leave popular only. Make facebook looks simple and clear.                    

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

الاسم Hide reactions for facebook Hide reactions for facebook
ID lcaijjlnhkjilbeeafabmlpgpmonnadc
عنوان URL الرسمي https://chromewebstore.google.com/detail/hide-reactions-for-facebo/lcaijjlnhkjilbeeafabmlpgpmonnadc
الوصف It's annoy that seeing the unnecessary reaction. Remove it and display like only.
حجم الملف 766 KB
عدد التثبيتات 187
النسخة الحالية 7
آخر تحديث 2022-12-13
تاريخ النشر 2020-03-07
تقييم 4.22/5 مجموع تقييمات 9
المطور dm3352andy
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://jack120707.blogspot.com/
عنوان صفحة المساعدة https://github.com/asadman1523/Hidden-Reactions-for-facebook
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide reactions for facebook",
    "description": "It's annoy that seeing the unnecessary reaction. Remove it and display like only.",
    "version": "7",
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "commands": [],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "background.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}