Story Gone - Hide Stories on Facebook™

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

Co to jest Story Gone - Hide Stories on Facebook™?

Story Gone - Hide Stories on Facebook™ to rozszerzenie Chrome opracowane przez Syed Husain, a jego główną funkcją jest „Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Story Gone - Hide Stories on Facebook™

Pobierz pliki rozszerzeń Story Gone - Hide Stories on Facebook™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Story Gone - Hide Stories on Facebook™ Story Gone - Hide Stories on Facebook™
ID icmddplnjlidhoekchpkggfbmdemfaji
Oficjalny URL https://chrome.google.com/webstore/detail/story-gone-hide-stories-o/icmddplnjlidhoekchpkggfbmdemfaji
Opis Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.
Rozmiar pliku 26.72 KB
Liczba instalacji 56
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-02-08
Data Publikacji 2020-02-05
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper Syed Husain
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}