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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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\/*"
    ]
}