Time Machine
Obliterates the last fifteen minutes of your browsing history
Vad är Time Machine?
Time Machine är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Obliterates the last fifteen minutes of your browsing history".
Ladda ner Time Machine-förlängningens CRX-fil
Ladda ner Time Machine-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | medjffmhhiakhbcjggmooccpihhjgjni |
| Officiell webbadress | https://chromewebstore.google.com/detail/time-machine/medjffmhhiakhbcjggmooccpihhjgjni |
| Beskrivning | Obliterates the last fifteen minutes of your browsing history |
| Filstorlek | 23.04 KB |
| Antal Installationer | 296 |
| Aktuell Version | 0.3.0 |
| Senast Uppdaterad | 2016-05-25 |
| Publiceringsdatum | 2016-05-25 |
| Betyg | 4.00/5 Totalt 5 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |