Better News Feed
Increases productivity by replacing Facebook News Feed with photo and inspirational quote
Qu'est-ce que Better News Feed ?
Better News Feed est une extension Chrome développée par vpontis, et sa fonction principale est "Increases productivity by replacing Facebook News Feed with photo and inspirational quote".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Better News Feed
Téléchargez les fichiers d'extension Better News Feed 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
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.
Informations de Base sur l'Extension
Nom | Better News Feed |
ID | ckkppjogapagpeimgiadengmdphhline |
URL Officiel | https://chromewebstore.google.com/detail/better-news-feed/ckkppjogapagpeimgiadengmdphhline |
Description | Increases productivity by replacing Facebook News Feed with photo and inspirational quote |
Taille du Fichier | 1.2 MB |
Nombre d'Installations | 150 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2016-01-03 |
Date de Publication | 2016-01-03 |
Évaluation | 4.42/5 Total 12 Évaluations |
Développeur | vpontis |
Type de Paiement | free |
Langues Prises en Charge | 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" } |