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
Eメール [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"
        }
    ]
}