Time Machine

Obliterates the last fifteen minutes of your browsing history

Hvad er Time Machine?

Time Machine er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Obliterates the last fifteen minutes of your browsing history".

Download Time Machine-udvidelses-CRX-fil

Download Time Machine-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Time Machine Time Machine
ID medjffmhhiakhbcjggmooccpihhjgjni
Officiel URL https://chromewebstore.google.com/detail/time-machine/medjffmhhiakhbcjggmooccpihhjgjni
Beskrivelse Obliterates the last fifteen minutes of your browsing history
Filstørrelse 23.04 KB
Antal Installationer 296
Nuværende Version 0.3.0
Senest Opdateret 2016-05-25
Udgivelsesdato 2016-05-25
Bedømmelse 4.00/5 Samlet 5 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
    ]
}