Clean feed

Remove all social interactions informations on facebook wall.

¿Qué es Clean feed?

Clean feed es una extensión de Chrome desarrollada por Laurent Berthelot, y su función principal es "Remove all social interactions informations on facebook wall.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Clean feed

Descarga archivos de extensión Clean feed en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Clean feed Clean feed
ID efladpoendbckpfaecbojpbeobmkjcna
URL Oficial https://chromewebstore.google.com/detail/clean-feed/efladpoendbckpfaecbojpbeobmkjcna
Descripción Remove all social interactions informations on facebook wall.
Tamaño del Archivo 84.92 KB
Cantidad de Instalaciones 917
Versión Actual 0.21
Última Actualización 2015-04-24
Fecha de Publicación 2015-04-24
Calificación 2.75/5 Total de 28 Calificaciones
Desarrollador Laurent Berthelot
Tipo de Pago free
Sitio Web de la Extensión http://www.especedepetitefille.com
Idiomas Soportados 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"
        }
    ]
}