Time Machine
Obliterates the last fifteen minutes of your browsing history
什么是Time Machine?
Time Machine是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Obliterates the last fifteen minutes of your browsing history”。
下载Time Machine扩展crx文件
下载Time Machine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Time Machine |
ID | medjffmhhiakhbcjggmooccpihhjgjni |
官方URL | https://chromewebstore.google.com/detail/time-machine/medjffmhhiakhbcjggmooccpihhjgjni |
简介 | Obliterates the last fifteen minutes of your browsing history |
文件大小 | 23.04 KB |
安装次数 | 296 |
当前版本 | 0.3.0 |
更新时间 | 2016-05-25 |
上架时间 | 2016-05-25 |
评分 | 4.00/5 共5次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | 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" ] } |