OldTimeline

OldTimeline.Com return old the facebook timeline!

OldTimeline là gì?

OldTimeline là một tiện ích mở rộng Chrome được phát triển bởi https://www.oldtimeline.com, và tính năng chính của nó là "OldTimeline.Com return old the facebook timeline!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OldTimeline

Tải xuống các tệp mở rộng OldTimeline dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OldTimeline OldTimeline
ID bmpbodnmnmflnaikdmjnbaeobdihlpbh
URL Chính Thức https://chromewebstore.google.com/detail/oldtimeline/bmpbodnmnmflnaikdmjnbaeobdihlpbh
Mô tả OldTimeline.Com return old the facebook timeline!
Kích Thước Tệp 46.08 KB
Số Lần Cài Đặt 124
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2013-06-26
Ngày Phát Hành 2013-06-26
Đánh Giá 2.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.oldtimeline.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}