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" ] } |