Better News Feed
Increases productivity by replacing Facebook News Feed with photo and inspirational quote
Was ist Better News Feed?
Better News Feed ist eine Chrome-Erweiterung, die von vpontis entwickelt wurde, und ihr Hauptmerkmal ist "Increases productivity by replacing Facebook News Feed with photo and inspirational quote".
Erweiterungsscreenshots
Better News Feed-Erweiterungs-CRX-Datei herunterladen
Laden Sie Better News 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
Replace your News Feed with an inspirational quote and nice picture. Save time by having more control over your News Feed. This extension blocks News Feed by default but also allows you to selectively enable News Feed for when you want to browse. This is a fork and improvement of Neal Wu's Kill News Feed.
Grundlegende Informationen zur Erweiterung
Name | Better News Feed |
ID | ckkppjogapagpeimgiadengmdphhline |
Offizielle URL | https://chromewebstore.google.com/detail/better-news-feed/ckkppjogapagpeimgiadengmdphhline |
Beschreibung | Increases productivity by replacing Facebook News Feed with photo and inspirational quote |
Dateigröße | 1.2 MB |
Installationsanzahl | 150 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2016-01-03 |
Veröffentlichungsdatum | 2016-01-03 |
Bewertung | 4.42/5 Insgesamt 12 Bewertungen |
Entwickler | vpontis |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "betterify.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "description": "Increases productivity by replacing Facebook News Feed with photo and inspirational quote", "icons": { "16": "images\/bnf-logo16.png", "48": "images\/bnf-logo48.png", "128": "images\/bnf-logo128.png" }, "manifest_version": 2, "name": "Better News Feed", "options_page": "options.html", "permissions": [ "storage" ], "web_accessible_resources": [ "images\/*", "pictures.json", "quotes.json" ], "version": "1.3.1" } |