Time Machine
Obliterates the last fifteen minutes of your browsing history
What is Time Machine?
Time Machine is a Chrome extension developed by Unknown, and its main feature is "Obliterates the last fifteen minutes of your browsing history".
Download Time Machine Extension CRX File
Download Time Machine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Time Machine |
ID | medjffmhhiakhbcjggmooccpihhjgjni |
Official URL | https://chromewebstore.google.com/detail/time-machine/medjffmhhiakhbcjggmooccpihhjgjni |
Description | Obliterates the last fifteen minutes of your browsing history |
File Size | 23.04 KB |
Installation Count | 296 |
Current Version | 0.3.0 |
Last Updated | 2016-05-25 |
Publish Date | 2016-05-25 |
Rating | 4.00/5 Total 5 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |