OldTimeline

OldTimeline.Com return old the facebook timeline!

Qu'est-ce que OldTimeline ?

OldTimeline est une extension Chrome développée par https://www.oldtimeline.com, et sa fonction principale est "OldTimeline.Com return old the facebook timeline!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OldTimeline

Téléchargez les fichiers d'extension OldTimeline au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom OldTimeline OldTimeline
ID bmpbodnmnmflnaikdmjnbaeobdihlpbh
URL Officiel https://chromewebstore.google.com/detail/oldtimeline/bmpbodnmnmflnaikdmjnbaeobdihlpbh
Description OldTimeline.Com return old the facebook timeline!
Taille du Fichier 46.08 KB
Nombre d'Installations 124
Version Actuelle 0.2
Dernière Mise à Jour 2013-06-26
Date de Publication 2013-06-26
Évaluation 2.80/5 Total 5 Évaluations
Développeur https://www.oldtimeline.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}