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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": "" } } } |