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!」です。
拡張機能のスクリーンショット
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 |
ID | pcdnmhdaiehinndodginnphbakcoffoa |
公式URL | 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 |
Eメール | [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" } |