Hide new Facebook 2020 stories

Hide stories in the redesigned 2020 version of facebook.com

Vad är Hide new Facebook 2020 stories?

Hide new Facebook 2020 stories är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Hide stories in the redesigned 2020 version of facebook.com".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Hide new Facebook 2020 stories-förlängningens CRX-fil

Ladda ner Hide new Facebook 2020 stories-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Hide new Facebook 2020 stories Hide new Facebook 2020 stories
ID ofahdgdfofeoioedamdhkbbalbkabike
Officiell webbadress https://chromewebstore.google.com/detail/hide-new-facebook-2020-st/ofahdgdfofeoioedamdhkbbalbkabike
Beskrivning Hide stories in the redesigned 2020 version of facebook.com
Filstorlek 24.97 KB
Antal Installationer 216
Aktuell Version 1.0
Senast Uppdaterad 2020-05-14
Publiceringsdatum 2020-05-13
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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
}