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.

O que é No More Timeline for Facebook?

No More Timeline for Facebook é uma extensão do Chrome desenvolvida por startupbuffer, e sua principal característica é "No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão No More Timeline for Facebook

Baixe arquivos de extensão No More Timeline for Facebook no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.
Tamanho do Arquivo 194 KB
Contagem de Instalações 303
Versão Atual 0.0.2
Última Atualização 2021-03-03
Data de Publicação 2021-03-03
Classificação 3.38/5 Total de 16 Avaliações
Desenvolvedor startupbuffer
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://startupbuffer.com?utm_source=nmtfb_webstore_listing
URL da Página de Política de Privacidade https://startupbuffer.com/site/privacy
Idiomas Suportados 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"
    ]
}