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”。

扩展截图

screenshot

下载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 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
电子邮箱 [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": ""
        }
    }
}