Story Gone - Hide Stories on Facebook™

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

What is Story Gone - Hide Stories on Facebook™?

Story Gone - Hide Stories on Facebook™ is a Chrome extension developed by Syed Husain, and its main feature is "Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Story Gone - Hide Stories on Facebook™ Extension CRX File

Download Story Gone - Hide Stories on Facebook™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Story Gone - Hide Stories on Facebook™ Story Gone - Hide Stories on Facebook™
ID icmddplnjlidhoekchpkggfbmdemfaji
Official URL https://chrome.google.com/webstore/detail/story-gone-hide-stories-o/icmddplnjlidhoekchpkggfbmdemfaji
Description Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.
File Size 26.72 KB
Installation Count 56
Current Version 1.2
Last Updated 2020-02-08
Publish Date 2020-02-05
Rating 4.20/5 Total 5 Ratings
Developer Syed Husain
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}