History Clear
Minimal extension that clears browsing history on startup.
什麼是History Clear?
History Clear是由Jari Jokinen開發的Chrome擴展程式,該擴展的主要功能是“Minimal extension that clears browsing history on startup.”。
下載History Clear擴展crx文件
下載History Clear擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension clears your browsing history in the background everytime you start the browser. It does not do anything else (like touching your cache or cookies).
擴展基本資訊
名稱 | History Clear |
ID | dcfcnhliklpabjiadgjpdmjjffdolcip |
官方網址 | https://chromewebstore.google.com/detail/history-clear/dcfcnhliklpabjiadgjpdmjjffdolcip |
簡介 | Minimal extension that clears browsing history on startup. |
檔案大小 | 3.12 KB |
安裝次數 | 20 |
目前版本 | 1.0.0 |
更新時間 | 2015-12-14 |
上架時間 | 2015-12-13 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Jari Jokinen |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Clear", "description": "Minimal extension that clears browsing history on startup.", "version": "1.0.0", "browser_action": [], "permissions": [ "browsingData" ], "background": { "scripts": [ "background.js" ] } } |