OldTimeline

OldTimeline.Com return old the facebook timeline!

Vad är OldTimeline?

OldTimeline är en Chrome-tillägg utvecklad av https://www.oldtimeline.com, och dess huvudfunktion är "OldTimeline.Com return old the facebook timeline!".

Tilläggsskärmbilder

screenshot

Ladda ner OldTimeline-förlängningens CRX-fil

Ladda ner OldTimeline-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn OldTimeline OldTimeline
ID bmpbodnmnmflnaikdmjnbaeobdihlpbh
Officiell webbadress https://chromewebstore.google.com/detail/oldtimeline/bmpbodnmnmflnaikdmjnbaeobdihlpbh
Beskrivning OldTimeline.Com return old the facebook timeline!
Filstorlek 46.08 KB
Antal Installationer 124
Aktuell Version 0.2
Senast Uppdaterad 2013-06-26
Publiceringsdatum 2013-06-26
Betyg 2.80/5 Totalt 5 Betyg
Utvecklare https://www.oldtimeline.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}