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™ là gì?

Story Gone - Hide Stories on Facebook™ là một tiện ích mở rộng Chrome được phát triển bởi Syed Husain, và tính năng chính của nó là "Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Story Gone - Hide Stories on Facebook™

Tải xuống các tệp mở rộng Story Gone - Hide Stories on Facebook™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Story Gone - Hide Stories on Facebook™ Story Gone - Hide Stories on Facebook™
ID icmddplnjlidhoekchpkggfbmdemfaji
URL Chính Thức https://chrome.google.com/webstore/detail/story-gone-hide-stories-o/icmddplnjlidhoekchpkggfbmdemfaji
Mô tả Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.
Kích Thước Tệp 26.72 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-02-08
Ngày Phát Hành 2020-02-05
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Syed Husain
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}