Time Machine

Obliterates the last fifteen minutes of your browsing history

Time Machine là gì?

Time Machine là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Obliterates the last fifteen minutes of your browsing history".

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

Tải xuống các tệp mở rộng Time Machine 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

                        Obliterates the last fifteen minutes of your browsing history. I can assure you I am doing nothing with your browsing history other then deleting it. If it makes the community comfortable I will post a link to the repo as soon as possible.                    

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

Tên Time Machine Time Machine
ID medjffmhhiakhbcjggmooccpihhjgjni
URL Chính Thức https://chromewebstore.google.com/detail/time-machine/medjffmhhiakhbcjggmooccpihhjgjni
Mô tả Obliterates the last fifteen minutes of your browsing history
Kích Thước Tệp 23.04 KB
Số Lần Cài Đặt 296
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2016-05-25
Ngày Phát Hành 2016-05-25
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Machine",
    "description": "Obliterates the last fifteen minutes of your browsing history",
    "version": "0.3.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "The cake is a lie"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "permissions": [
        "browsingData",
        "activeTab"
    ]
}