Kill News Feed & Stories.

Saves your time by removing the Facebook news feed and Stories in your Browser.

Kill News Feed & Stories.คืออะไร?

Kill News Feed & Stories. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arryanggaputra และคุณลักษณะหลักของมันคือ "Saves your time by removing the Facebook news feed and Stories in your Browser."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kill News Feed & Stories.

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

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

                        Saves your time by removing the Facebook news feed and Stories in your Browser.
Remove the news feed and storiess. That's it. You can still check your messages and notifications, update status, and do everything you could do before. You just won't get distracting news feed posts and stories anymore.

No more wasting time on Facebook. Be Productive!

Changelog:
1.0.2
- reload facebook when configuration changes                    

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

ชื่อ Kill News Feed & Stories. Kill News Feed & Stories.
ID ggjocnbfiiifcaghdkkpgcpdednmnocb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb
คำอธิบาย Saves your time by removing the Facebook news feed and Stories in your Browser.
ขนาดไฟล์ 60.32 KB
จำนวนการติดตั้ง 3,061
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2020-03-29
วันที่เผยแพร่ 2020-03-29
คะแนน 2.45/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา arryanggaputra
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kopi.dev
URL หน้าช่วยเหลือ https://kopi.dev
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "beProductive.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Kill News Feed & Stories.",
    "description": "Saves your time by removing the Facebook news feed and Stories in your Browser.",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    }
}