OldTimeline
OldTimeline.Com return old the facebook timeline!
Co je OldTimeline?
OldTimeline je rozšíření Chrome vyvinuté https://www.oldtimeline.com, a jeho hlavní funkcí je „OldTimeline.Com return old the facebook timeline!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření OldTimeline
Stáhněte si soubory rozšíření OldTimeline ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | OldTimeline |
ID | bmpbodnmnmflnaikdmjnbaeobdihlpbh |
Oficiální URL | https://chromewebstore.google.com/detail/oldtimeline/bmpbodnmnmflnaikdmjnbaeobdihlpbh |
Popis | OldTimeline.Com return old the facebook timeline! |
Velikost souboru | 46.08 KB |
Počet instalací | 124 |
Aktuální Verze | 0.2 |
Poslední Aktualizace | 2013-06-26 |
Datum Vydání | 2013-06-26 |
Hodnocení | 2.80/5 Celkem 5 Hodnocení |
Vývojář | https://www.oldtimeline.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |