Story Gone - Hide Stories on Facebook™

Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.

Story Gone - Hide Stories on Facebook™คืออะไร?

Story Gone - Hide Stories on Facebook™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Syed Husain และคุณลักษณะหลักของมันคือ "Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Story Gone - Hide Stories on Facebook™

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

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

                        Usage: The extension processes a snippet of code. Your data is not stored by the extension.                    

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

ชื่อ Story Gone - Hide Stories on Facebook™ Story Gone - Hide Stories on Facebook™
ID icmddplnjlidhoekchpkggfbmdemfaji
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/story-gone-hide-stories-o/icmddplnjlidhoekchpkggfbmdemfaji
คำอธิบาย Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.
ขนาดไฟล์ 26.72 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-02-08
วันที่เผยแพร่ 2020-02-05
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Syed Husain
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Story Gone - Hide Stories on Facebook\u2122",
    "description": "Story Gone is a simple extension that hides Facebook\u2122 stories. Just install and refresh your feed.",
    "version": "1.2",
    "authors": [
        {
            "name": "Syed Husain",
            "website": "https:\/\/husainsyed.github.io\/*"
        }
    ],
    "content_scripts": [
        {
            "css": [
                "inject.css"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/m.facebook.com\/*",
                "https:\/\/touch.facebook.com\/*",
                "https:\/\/web.facebook.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/16 x 16.png",
        "48": "images\/48 x 48.png",
        "128": "images\/128 x 128.png"
    }
}