Hide News Feed

Hide the Facebook(new design) News Feed to focus more on your goals

Hide News Feedคืออะไร?

Hide News Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mahmoud Zohdi และคุณลักษณะหลักของมันคือ "Hide the Facebook(new design) News Feed to focus more on your goals"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide News Feed

ดาวน์โหลดไฟล์ส่วนขยาย Hide News Feed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Hide News Feed is a chrome extension to hide the Facebook(new design) News Feed to focus more on your goals.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hide News Feed Hide News Feed
ID eklocgfahbmpdaakegdgommndamckmak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-news-feed/eklocgfahbmpdaakegdgommndamckmak
คำอธิบาย Hide the Facebook(new design) News Feed to focus more on your goals
ขนาดไฟล์ 7.99 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2020-04-21
วันที่เผยแพร่ 2020-04-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Mahmoud Zohdi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide News Feed",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Hide the Facebook(new design) News Feed to focus more on your goals",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/",
                "https:\/\/*.facebook.com\/?*"
            ],
            "css": [
                "hide-facebook-newsfeed.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}