OldTimeline

OldTimeline.Com return old the facebook timeline!

O que é OldTimeline?

OldTimeline é uma extensão do Chrome desenvolvida por https://www.oldtimeline.com, e sua principal característica é "OldTimeline.Com return old the facebook timeline!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OldTimeline

Baixe arquivos de extensão OldTimeline 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

                        OldTimeline.Com Get back the old 2012 timeline facebook

OldTimeline is a browser extension to remove the new timeline design (2013).

OldTimeline tries to rebuild the old timeline (2012) replacing information boxes in their original position.
Posts will have greater importance and will occupy one single column, timeline will therefore be much more readable.                    

Informações Básicas da Extensão

Nome OldTimeline OldTimeline
ID bmpbodnmnmflnaikdmjnbaeobdihlpbh
URL Oficial https://chromewebstore.google.com/detail/oldtimeline/bmpbodnmnmflnaikdmjnbaeobdihlpbh
Descrição OldTimeline.Com return old the facebook timeline!
Tamanho do Arquivo 46.08 KB
Contagem de Instalações 124
Versão Atual 0.2
Última Atualização 2013-06-26
Data de Publicação 2013-06-26
Classificação 2.80/5 Total de 5 Avaliações
Desenvolvedor https://www.oldtimeline.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OldTimeline",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "storage"
    ],
    "version": "0.2",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "description": "OldTimeline.Com return old the facebook timeline!",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "page.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}