Hide new Facebook 2020 stories

Hide stories in the redesigned 2020 version of facebook.com

Hide new Facebook 2020 storiesとは何ですか?

Hide new Facebook 2020 storiesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Hide stories in the redesigned 2020 version of facebook.com」です。

拡張機能のスクリーンショット

screenshot
screenshot

Hide new Facebook 2020 stories拡張機能のCRXファイルをダウンロード

Hide new Facebook 2020 stories拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Facebook got a facelift in 2020. Stories are now even more visible than before. For those who don't use this feature, like us, this chrome extension removes them entirely from top of the news feed.

+ Is this extension secure?

Yes, this tiny extension only checks whether stories are visible and hides them entirely. Nothing else on the page is read.

+ How can I remove my stories?

Simply install this Chrome extension and reload all your facebook tabs.

Hope you enjoy, and let us know if this doesn't work for you. Happy facebooking!                    

拡張機能の基本情報

名前 Hide new Facebook 2020 stories Hide new Facebook 2020 stories
ID ofahdgdfofeoioedamdhkbbalbkabike
公式URL https://chromewebstore.google.com/detail/hide-new-facebook-2020-st/ofahdgdfofeoioedamdhkbbalbkabike
説明 Hide stories in the redesigned 2020 version of facebook.com
ファイルサイズ 24.97 KB
インストール数 216
現在のバージョン 1.0
最終更新日 2020-05-14
公開日 2020-05-13
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide new Facebook 2020 stories",
    "version": "1.0",
    "description": "Hide stories in the redesigned 2020 version of facebook.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "\/content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/hide_new_facebook_stories_16.png",
        "32": "images\/hide_new_facebook_stories_32.png",
        "48": "images\/hide_new_facebook_stories_48.png",
        "128": "images\/hide_new_facebook_stories_128.png"
    },
    "manifest_version": 2
}