AutoPurged
AutoPurged: auto erases your tracks every time you close chrome
AutoPurgedとは何ですか?
AutoPurgedはhttps://autopurged.comによって開発されたChromeの拡張機能で、その主な機能は「AutoPurged: auto erases your tracks every time you close chrome」です。
拡張機能のスクリーンショット
AutoPurged拡張機能のCRXファイルをダウンロード
AutoPurged拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you want to keep your web search history safe? The AutoPurged extension does exactly this, every time you close your Chrome window AutoPurged erases all of your Web history, cookies and other data. By clicking "Add to Chrome", I accept and agree to install Auto Purged extension and set the default search to that provided by the service and to the Terms of Use and Privacy Policy”. To report bugs, suggest new features or have comments reach us at [email protected] Our Privacy Policy https://autopurged.com/privacy.php Our Terms: https://autopurged.com/terms.php About Us: https://autopurged.com/about.php About Us: https://autopurged.com/uninstall.php
拡張機能の基本情報
名前 | AutoPurged |
ID | ejaioongleieeoelfnncijajiijejjhc |
公式URL | https://chromewebstore.google.com/detail/autopurged/ejaioongleieeoelfnncijajiijejjhc |
説明 | AutoPurged: auto erases your tracks every time you close chrome |
ファイルサイズ | 17.08 KB |
インストール数 | 11,083 |
現在のバージョン | 7 |
最終更新日 | 2021-02-12 |
公開日 | 2020-05-13 |
評価 | 3.29/5 合計 7 レビュー |
開発者 | https://autopurged.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://autopurged.com |
ヘルプページのURL | https://autopurged.com |
プライバシーポリシーページのURL | https://autopurged.com/privacy.php |
対応言語 | en |
manifest.json | |
{ "author": "Amy Himari", "name": "AutoPurged", "short_name": "AutoPurged", "homepage_url": "https:\/\/autopurged.com\/", "description": "AutoPurged: auto erases your tracks every time you close chrome", "version": "7", "manifest_version": 2, "browser_action": { "default_icon": "128.png", "default_title": "Erases Chrome Data on Exit" }, "permissions": [ "storage", "browsingData" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "new.html" }, "icons": { "128": "128.png" }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "https:\/\/autopurged.com\/favicon.ico", "image_url": "", "image_url_post_params": "", "instant_url": "", "instant_url_post_params": "", "is_default": true, "keyword": "a", "name": "a", "search_url": "https:\/\/autopurged.com\/s\/?api=y60glgn5&q={searchTerms}", "search_url_post_params": "", "suggest_url_post_params": "" } } } |