Hide 'Like' Notifications

Make Facebook less distractive.

ما هو Hide 'Like' Notifications؟

Hide 'Like' Notifications هو إضافة Chrome تم تطويرها بواسطة Hideto Ishibashi، والميزة الرئيسية لها هي "Make Facebook less distractive.".

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

screenshot

تحميل ملف CRX للإضافة Hide 'Like' Notifications

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

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

                        Farewell

Facebook has changed its design to allow users to suppress distractive notifications. Just turn the More Activity About You option off in the Notifications Settings[1].

Now that you do not need this Chrome extension. Just remove it.

I hope you enjoy Facebook without distraction.

Regards,
Hide

[1]: https://www.facebook.com/settings/?tab=notifications                    

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

الاسم Hide 'Like' Notifications Hide 'Like' Notifications
ID kbfakkkdllpodegeoggpfcmjabodhpca
عنوان URL الرسمي https://chromewebstore.google.com/detail/hide-like-notifications/kbfakkkdllpodegeoggpfcmjabodhpca
الوصف Make Facebook less distractive.
حجم الملف 11.15 KB
عدد التثبيتات 676
النسخة الحالية 1.16
آخر تحديث 2021-02-14
تاريخ النشر 2019-04-18
تقييم 4.00/5 مجموع تقييمات 84
المطور Hideto Ishibashi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/zerobase/fb_hide_like_notifs
عنوان صفحة المساعدة https://github.com/zerobase/fb_hide_like_notifs
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide 'Like' Notifications",
    "description": "Make Facebook less distractive.",
    "version": "1.16",
    "icons": {
        "48": "icon_on_48.png",
        "128": "icon_128.png"
    },
    "page_action": {
        "default_title": "Hide 'Like' Notifs",
        "default_icon": "icon_on_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "fb_hide_like_notifs_injection.css"
            ],
            "js": [
                "fb_hide_like_notifs_injection.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.facebook.com\/*"
    ]
}