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. 擴展基本資訊
| 名稱 | |
| ID | medjffmhhiakhbcjggmooccpihhjgjni |
| 官方網址 | 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"
]
} | |