History Burner
Historical revisionism at its finest.
History Burner란 무엇입니까?
History Burner은(는) Jeffrey Chang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Historical revisionism at its finest."입니다.
확장 프로그램 스크린샷
History Burner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Feel free to use this easy, one-click solution to hide all the shady business you just finished doing. This tool will clear your history and allow you to fill it with anything you desire. (For the lazier of us, it comes preset with an assortment of inconspicuous websites) It can also close your current tabs or entire window - just specify it in the options. Don't want to clear your entire history? Easy, just select one of the choices on the options page! Developed by: Jeffrey Chang and Roy Falik
확장 프로그램 기본 정보
이름 | |
ID | mfmeheeibfpnkkobpeiclmihpipnnnlp |
공식 URL | https://chrome.google.com/webstore/detail/history-burner/mfmeheeibfpnkkobpeiclmihpipnnnlp |
설명 | Historical revisionism at its finest. |
파일 크기 | 57.61 KB |
설치 횟수 | 41 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2015-10-04 |
출시 날짜 | 2015-10-04 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Jeffrey Chang |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Burner", "description": "Historical revisionism at its finest.", "version": "1.0.2", "browser_action": { "default_icon": "icon16.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "browsingData", "history", "storage", "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |