No More Timeline for Facebook

No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.

¿Qué es No More Timeline for Facebook?

No More Timeline for Facebook es una extensión de Chrome desarrollada por startupbuffer, y su función principal es "No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión No More Timeline for Facebook

Descarga archivos de extensión No More Timeline for Facebook 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

                        Remember the times when you open the Facebook just for replying a message or checking your company Facebook page but you spent hours fooling around the timeline. 

No more wasting your time with Facebook timeline.

No More Timeline for Facebook (NMTFB) is an extension that removes Facebook timeline to help you get more productive.                    

Información Básica de la Extensión

Nombre No More Timeline for Facebook No More Timeline for Facebook
ID knojhelebinecbcocnaobgkbilmfcekm
URL Oficial https://chromewebstore.google.com/detail/no-more-timeline-for-face/knojhelebinecbcocnaobgkbilmfcekm
Descripción No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.
Tamaño del Archivo 194 KB
Cantidad de Instalaciones 303
Versión Actual 0.0.2
Última Actualización 2021-03-03
Fecha de Publicación 2021-03-03
Calificación 3.38/5 Total de 16 Calificaciones
Desarrollador startupbuffer
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://startupbuffer.com?utm_source=nmtfb_webstore_listing
URL de la Página de Política de Privacidad https://startupbuffer.com/site/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No More Timeline for Facebook",
    "short_name": "NMTFB",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.",
    "homepage_url": "https:\/\/startupbuffer.com?utm_source=nmtfb",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/images\/work.jpg"
    ]
}