OldTimeline

OldTimeline.Com return old the facebook timeline!

What is OldTimeline?

OldTimeline is a Chrome extension developed by https://www.oldtimeline.com, and its main feature is "OldTimeline.Com return old the facebook timeline!".

Extension Screenshots

screenshot

Download OldTimeline Extension CRX File

Download OldTimeline extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name OldTimeline OldTimeline
ID bmpbodnmnmflnaikdmjnbaeobdihlpbh
Official URL https://chromewebstore.google.com/detail/oldtimeline/bmpbodnmnmflnaikdmjnbaeobdihlpbh
Description OldTimeline.Com return old the facebook timeline!
File Size 46.08 KB
Installation Count 124
Current Version 0.2
Last Updated 2013-06-26
Publish Date 2013-06-26
Rating 2.80/5 Total 5 Ratings
Developer https://www.oldtimeline.com
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}