Clear History
Keep your searches private also clear your History with a single click
Clear History란 무엇입니까?
Clear History은(는) lisa1971simmons에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep your searches private also clear your History with a single click"입니다.
확장 프로그램 스크린샷
Clear History 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clear History is free solution. Clear History: https://search-trends.co/clear-history Keep your searches private by redirecting searches that may be tracked to Clear History, - The tool is used to remove browsing history. - Click browser Action icon and clear your history in one click. What is Clear History Used for? Clear History is a search engine, so it's used to find websites and information on the internet. It's a private search engine so people rely on Clear History for sensitive searches that they don't want other people to know about.
확장 프로그램 기본 정보
이름 | |
ID | dfegfkhgcngajnednphcmpellnlnganh |
공식 URL | https://chrome.google.com/webstore/detail/clear-history/dfegfkhgcngajnednphcmpellnlnganh |
설명 | Keep your searches private also clear your History with a single click |
파일 크기 | 856 KB |
설치 횟수 | 696 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-02-04 |
출시 날짜 | 2021-02-04 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | lisa1971simmons |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://search-trends.co/privacy.php |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "scripts": [ "libs\/jquery-3.1.1.min.js", "libs\/moment.js", "libs\/signals.min.js", "libs\/icon-animation.js", "js\/analytic.js", "js\/bg_search.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "images\/ext.png", "16": "images\/ext.png", "19": "images\/ext.png", "24": "images\/ext.png", "32": "images\/ext.png", "48": "images\/ext.png" }, "default_title": "Clear History" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "libs\/jquery-3.1.1.min.js", "contentscript\/content.js" ], "matches": [ "*:\/\/*.google.com\/*", "*:\/\/*.yahoo.com\/*", "*:\/\/*.msn.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Keep your searches private also clear your History with a single click", "icons": { "128": "images\/ext.png", "16": "images\/ext.png", "19": "images\/ext.png", "24": "images\/ext.png", "32": "images\/ext.png", "48": "images\/ext.png" }, "manifest_version": 2, "name": "Clear History", "permissions": [ "browsingData", "webRequest", "webNavigation", "*:\/\/*.google.com\/*", "*:\/\/*.bing.com\/", "*:\/\/*.search.yahoo.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [ "images\/*", "js\/*", "contentscript\/*" ] } |