Newsfeed eradicator 2.0

Newsfeed eradicator for the fb redesign

Newsfeed eradicator 2.0 क्या है?

Newsfeed eradicator 2.0 Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Newsfeed eradicator for the fb redesign"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Newsfeed eradicator 2.0 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Newsfeed eradicator 2.0 Newsfeed eradicator 2.0
ID hghnhhmnjofkjaockndccidmkmbafann
आधिकारिक URL https://chromewebstore.google.com/detail/newsfeed-eradicator-20/hghnhhmnjofkjaockndccidmkmbafann
विवरण Newsfeed eradicator for the fb redesign
फ़ाइल का आकार 11.28 KB
स्थापना संख्या 329
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-04-20
प्रकाशन तिथि 2020-04-19
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}