Clean Feed
Removes all shared content from Facebook.
Was ist Clean Feed?
Clean Feed ist eine Chrome-Erweiterung, die von Tyler Aldrich entwickelt wurde, und ihr Hauptmerkmal ist "Removes all shared content from Facebook.".
Clean Feed-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clean Feed-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
This is a small chrome extension that every second will hide any post on Facebook that contains the word "shared." This is purposely overly aggressive, because 1. I'm lazy, and 2. I really don't care what most people say on Facebook anyways. Code for this can be found here, so you know I'm not doing anything malicious and I'm only doing something incredibly stupid: https://github.com/TylerAldrich/CleanFeed
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | acjebhjdfoagigikeopkaadohklkklhl |
Offizielle URL | https://chrome.google.com/webstore/detail/clean-feed/acjebhjdfoagigikeopkaadohklkklhl |
Beschreibung | Removes all shared content from Facebook. |
Dateigröße | 35.96 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2016-08-08 |
Veröffentlichungsdatum | 2016-08-08 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | Tyler Aldrich |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Feed", "description": "Removes all shared content from Facebook.", "version": "1.0.1", "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.min.js", "remove_shared.js" ] } ], "permissions": [ "tabs", "activeTab", " |