Newsfeed Eradicator 2.0

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

Qu'est-ce que Newsfeed Eradicator 2.0 ?

Newsfeed Eradicator 2.0 est une extension Chrome développée par office, et sa fonction principale est "An inspiring quote instead of a newsfeed each time you open your social media.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Newsfeed Eradicator 2.0

Téléchargez les fichiers d'extension Newsfeed Eradicator 2.0 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ⬇️ 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. 🧑‍💻                    

Informations de Base sur l'Extension

Nom Newsfeed Eradicator 2.0 Newsfeed Eradicator 2.0
ID clfonknljamomadgkcciofnhfegjinhd
URL Officiel https://chromewebstore.google.com/detail/newsfeed-eradicator-20/clfonknljamomadgkcciofnhfegjinhd
Description An inspiring quote instead of a newsfeed each time you open your social media.
Taille du Fichier 296 KB
Nombre d'Installations 953
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-02-22
Date de Publication 2023-02-21
Évaluation 3.00/5 Total 6 Évaluations
Développeur office
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing
Langues Prises en Charge 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"
    }
}