Newsfeed eradicator 2.0

Newsfeed eradicator for the fb redesign

What is Newsfeed eradicator 2.0?

Newsfeed eradicator 2.0 is a Chrome extension developed by Unknown, and its main feature is "Newsfeed eradicator for the fb redesign".

Extension Screenshots

screenshot

Download Newsfeed eradicator 2.0 Extension CRX File

Download Newsfeed eradicator 2.0 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

                        This app will block your newsfeed if you are using the new Facebook Redesign. This is useful if you want to use fb without mindlessly scrolling.                    

Extension Basic Information

Name Newsfeed eradicator 2.0 Newsfeed eradicator 2.0
ID hghnhhmnjofkjaockndccidmkmbafann
Official URL https://chromewebstore.google.com/detail/newsfeed-eradicator-20/hghnhhmnjofkjaockndccidmkmbafann
Description Newsfeed eradicator for the fb redesign
File Size 11.28 KB
Installation Count 329
Current Version 1.0
Last Updated 2020-04-20
Publish Date 2020-04-19
Rating 4.00/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Newsfeed eradicator 2.0",
    "version": "1.0",
    "description": "Newsfeed eradicator for the fb redesign",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "override.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}