History Sweep

Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....

什麼是History Sweep?

History Sweep是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....”。

擴展截圖

screenshot

下載History Sweep擴展crx文件

下載History Sweep擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 History Sweep History Sweep
ID ihlmknoahbfopamapcmfbhcebdidkjbh
官方網址 https://chromewebstore.google.com/detail/history-sweep/ihlmknoahbfopamapcmfbhcebdidkjbh
簡介 Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....
檔案大小 15.54 KB
安裝次數 171
目前版本 9.8.7
更新時間 2017-04-15
上架時間 2017-04-14
評分 3.00/5 共 2 次評分
開發者 Unknown
付費類型 free
支援的語言 en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "description": "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png"
    },
    "permissions": [
        "storage",
        "browsingData"
    ],
    "version": "9.8.7",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Sweep",
    "offline_enabled": true,
    "optional_permissions": [
        "downloads",
        "contentSettings"
    ],
    "options_page": "options.html"
}