Newsfeed Eradicator 2.0

An inspiring quote instead of a newsfeed each time you open your social media.

Newsfeed Eradicator 2.0 क्या है?

Newsfeed Eradicator 2.0 office द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An inspiring quote instead of a newsfeed each time you open your social media."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ⬇️ Easy to set up ⬇️:

1. Install and pin📌 the extension to Chrome.
2. A new tab 🗂 will open to ask you to select the platforms to avoid the news feed the next time you open it.
3. Open that site and get a quote instead of a never-ending newsfeed.

✨ Features ✨

1. Supports all the major social media platforms i.e., FaceBook, Twitter, GitHub, etc.
2. Add your own quotes.
3. Ability to switch and use the other functionalities as usual.

Download this add-on to break your annoying habit of endless scrolling on various social media platforms. 🧑‍💻                    

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

नाम Newsfeed Eradicator 2.0 Newsfeed Eradicator 2.0
ID clfonknljamomadgkcciofnhfegjinhd
आधिकारिक URL https://chromewebstore.google.com/detail/newsfeed-eradicator-20/clfonknljamomadgkcciofnhfegjinhd
विवरण An inspiring quote instead of a newsfeed each time you open your social media.
फ़ाइल का आकार 296 KB
स्थापना संख्या 953
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2023-02-22
प्रकाशन तिथि 2023-02-21
रेटिंग 3.00/5 कुल 6 रेटिंग्स
डेवलपर office
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Newsfeed Eradicator 2.0",
    "description": "An inspiring quote instead of a newsfeed each time you open your social media.",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "title": "Newsfeed Eradicator 2.0"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "options_ui": {
        "browser_style": true,
        "open_in_tab": false,
        "page": "index.html"
    }
}