OldTimeline

OldTimeline.Com return old the facebook timeline!

Hvad er OldTimeline?

OldTimeline er en Chrome-udvidelse udviklet af https://www.oldtimeline.com, og dens hovedfunktion er "OldTimeline.Com return old the facebook timeline!".

Udvidelsesskærmbilleder

screenshot

Download OldTimeline-udvidelses-CRX-fil

Download OldTimeline-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn OldTimeline OldTimeline
ID bmpbodnmnmflnaikdmjnbaeobdihlpbh
Officiel URL https://chromewebstore.google.com/detail/oldtimeline/bmpbodnmnmflnaikdmjnbaeobdihlpbh
Beskrivelse OldTimeline.Com return old the facebook timeline!
Filstørrelse 46.08 KB
Antal Installationer 124
Nuværende Version 0.2
Senest Opdateret 2013-06-26
Udgivelsesdato 2013-06-26
Bedømmelse 2.80/5 Samlet 5 Bedømmelser
Udvikler https://www.oldtimeline.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}