Better News Feed
Increases productivity by replacing Facebook News Feed with photo and inspirational quote
Wat is Better News Feed?
Better News Feed is een Chrome-extensie ontwikkeld door vpontis, en de belangrijkste functie is "Increases productivity by replacing Facebook News Feed with photo and inspirational quote".
Extensie Screenshots
Download het CRX-bestand van de extensie Better News Feed
Download Better News Feed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Better News Feed |
ID | ckkppjogapagpeimgiadengmdphhline |
Officiële URL | https://chromewebstore.google.com/detail/better-news-feed/ckkppjogapagpeimgiadengmdphhline |
Beschrijving | Increases productivity by replacing Facebook News Feed with photo and inspirational quote |
Bestandsgrootte | 1.2 MB |
Aantal Installaties | 150 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2016-01-03 |
Publicatiedatum | 2016-01-03 |
Beoordeling | 4.42/5 Totaal 12 Beoordelingen |
Ontwikkelaar | vpontis |
Betalingswijze | free |
Ondersteunde Talen | 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" } |