Clean feed
Remove all social interactions informations on facebook wall.
Qu'est-ce que Clean feed ?
Clean feed est une extension Chrome développée par Laurent Berthelot, et sa fonction principale est "Remove all social interactions informations on facebook wall.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clean feed
Téléchargez les fichiers d'extension Clean 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
Remove all social interactions stuff from Facebook : - Hide "like", "comment" & "share" buttons on timeline. - Hide all comments on timeline. - Hide the name of publishers on timeline. - Hide "Friends activity" on right sidebar. Increase your productivity, increase your monitoring quality : - Straight to the point / focus on contents published by friends, companies, FB pages, etc. - Stop wasting time by reading no relevant stuffs. - Change the way you considers post from your friends or companies. Toggle "on/off" functionality. /!\ After installing the extension, close all Facebook tabs and relaunch one, wait few seconds for the first initialization.
Informations de Base sur l'Extension
Nom | Clean feed |
ID | efladpoendbckpfaecbojpbeobmkjcna |
URL Officiel | https://chromewebstore.google.com/detail/clean-feed/efladpoendbckpfaecbojpbeobmkjcna |
Description | Remove all social interactions informations on facebook wall. |
Taille du Fichier | 84.92 KB |
Nombre d'Installations | 917 |
Version Actuelle | 0.21 |
Dernière Mise à Jour | 2015-04-24 |
Date de Publication | 2015-04-24 |
Évaluation | 2.75/5 Total 28 Évaluations |
Développeur | Laurent Berthelot |
Type de Paiement | free |
Site Web de l'Extension | http://www.especedepetitefille.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clean feed", "version": "0.21", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; ", "description": "Remove all social interactions informations on facebook wall.", "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "browser_action": { "default_icon": { "19": "icon-19x19.png", "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "default_title": "Clean feed", "badge": "on" }, "content_scripts": [ { "js": [ "jquery-2.1.1.min.js", "fb_like_remover.js" ], "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "run_at": "document_end" } ] } |