Kill News Feed & Stories.

Saves your time by removing the Facebook news feed and Stories in your Browser.

Was ist Kill News Feed & Stories.?

Kill News Feed & Stories. ist eine Chrome-Erweiterung, die von arryanggaputra entwickelt wurde, und ihr Hauptmerkmal ist "Saves your time by removing the Facebook news feed and Stories in your Browser.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Kill News Feed & Stories.-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kill News Feed & Stories.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Saves your time by removing the Facebook news feed and Stories in your Browser.
Remove the news feed and storiess. That's it. You can still check your messages and notifications, update status, and do everything you could do before. You just won't get distracting news feed posts and stories anymore.

No more wasting time on Facebook. Be Productive!

Changelog:
1.0.2
- reload facebook when configuration changes                    

Grundlegende Informationen zur Erweiterung

Name Kill News Feed & Stories. Kill News Feed & Stories.
ID ggjocnbfiiifcaghdkkpgcpdednmnocb
Offizielle URL https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb
Beschreibung Saves your time by removing the Facebook news feed and Stories in your Browser.
Dateigröße 60.32 KB
Installationsanzahl 3,061
Aktuelle Version 1.0.2
Letztes Update 2020-03-29
Veröffentlichungsdatum 2020-03-29
Bewertung 2.45/5 Insgesamt 22 Bewertungen
Entwickler arryanggaputra
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://kopi.dev
Hilfeseite URL https://kopi.dev
Unterstützte Sprachen en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "beProductive.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Kill News Feed & Stories.",
    "description": "Saves your time by removing the Facebook news feed and Stories in your Browser.",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    }
}