OldTimeline

OldTimeline.Com return old the facebook timeline!

什么是OldTimeline?

OldTimeline是由https://www.oldtimeline.com开发的Chrome扩展程序,该扩展的主要功能是“OldTimeline.Com return old the facebook timeline!”。

扩展截图

screenshot

下载OldTimeline扩展crx文件

下载OldTimeline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 OldTimeline OldTimeline
ID bmpbodnmnmflnaikdmjnbaeobdihlpbh
官方URL https://chromewebstore.google.com/detail/oldtimeline/bmpbodnmnmflnaikdmjnbaeobdihlpbh
简介 OldTimeline.Com return old the facebook timeline!
文件大小 46.08 KB
安装次数 124
当前版本 0.2
更新时间 2013-06-26
上架时间 2013-06-26
评分 2.80/5 共5次评分
开发者 https://www.oldtimeline.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    ]
}