Forget — clear history with one click

Protect your privacy and clear your browsing history with one simple click!

什麼是Forget — clear history with one click?

Forget — clear history with one click是由Virae開發的Chrome擴展程式,該擴展的主要功能是“Protect your privacy and clear your browsing history with one simple click!”。

擴展截圖

screenshot

下載Forget — clear history with one click擴展crx文件

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

擴展使用說明

                        Clear your browsing history and cache with one easy click!

Take control over your privacy and browsing data. Browsers keep track of your online activity and websites you visit may gather cookies or collect personal information about you. Protect your private data with our extension.

Forget is heavily inspired by Firefox "Forget button".                    

擴展基本資訊

名稱 Forget — clear history with one click Forget — clear history with one click
ID pcdnmhdaiehinndodginnphbakcoffoa
官方網址 https://chromewebstore.google.com/detail/forget-%E2%80%94-clear-history-wi/pcdnmhdaiehinndodginnphbakcoffoa
簡介 Protect your privacy and clear your browsing history with one simple click!
檔案大小 62.97 KB
安裝次數 14,382
目前版本 1.6
更新時間 2022-06-17
上架時間 2015-01-19
評分 4.09/5 共 22 次評分
開發者 Virae
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon.png",
            "38": "img\/[email protected]"
        },
        "default_title": "__MSG_app_name__",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png",
        "16": "img\/icon_16.png"
    },
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "permissions": [
        "browsingData"
    ],
    "short_name": "__MSG_app_shortname__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6"
}