Time Machine
Obliterates the last fifteen minutes of your browsing history
Cos'è Time Machine?
Time Machine è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Obliterates the last fifteen minutes of your browsing history".
Scarica il file CRX dell'estensione Time Machine
Scarica i file di estensione Time Machine in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | medjffmhhiakhbcjggmooccpihhjgjni |
| URL Ufficiale | https://chromewebstore.google.com/detail/time-machine/medjffmhhiakhbcjggmooccpihhjgjni |
| Descrizione | Obliterates the last fifteen minutes of your browsing history |
| Dimensione del File | 23.04 KB |
| Conteggio Installazioni | 296 |
| Versione Corrente | 0.3.0 |
| Ultimo Aggiornamento | 2016-05-25 |
| Data di Pubblicazione | 2016-05-25 |
| Valutazione | 4.00/5 Totale 5 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |