OldTimeline

OldTimeline.Com return old the facebook timeline!

Wat is OldTimeline?

OldTimeline is een Chrome-extensie ontwikkeld door https://www.oldtimeline.com, en de belangrijkste functie is "OldTimeline.Com return old the facebook timeline!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OldTimeline

Download OldTimeline-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OldTimeline OldTimeline
ID bmpbodnmnmflnaikdmjnbaeobdihlpbh
Officiële URL https://chromewebstore.google.com/detail/oldtimeline/bmpbodnmnmflnaikdmjnbaeobdihlpbh
Beschrijving OldTimeline.Com return old the facebook timeline!
Bestandsgrootte 46.08 KB
Aantal Installaties 124
Huidige Versie 0.2
Laatst Bijgewerkt 2013-06-26
Publicatiedatum 2013-06-26
Beoordeling 2.80/5 Totaal 5 Beoordelingen
Ontwikkelaar https://www.oldtimeline.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}