Time Machine

Obliterates the last fifteen minutes of your browsing history

Apa itu Time Machine?

Time Machine adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Obliterates the last fifteen minutes of your browsing history".

Unduh Berkas CRX Ekstensi Time Machine

Unduh file ekstensi Time Machine dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Time Machine Time Machine
ID medjffmhhiakhbcjggmooccpihhjgjni
URL Resmi https://chromewebstore.google.com/detail/time-machine/medjffmhhiakhbcjggmooccpihhjgjni
Deskripsi Obliterates the last fifteen minutes of your browsing history
Ukuran File 23.04 KB
Jumlah Instalasi 296
Versi Saat Ini 0.3.0
Terakhir Diperbarui 2016-05-25
Tanggal Publikasi 2016-05-25
Penilaian 4.00/5 Total 5 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}