History Burner
Historical revisionism at its finest.
History Burner là gì?
History Burner là một tiện ích mở rộng Chrome được phát triển bởi Jeffrey Chang, và tính năng chính của nó là "Historical revisionism at its finest.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng History Burner
Tải xuống các tệp mở rộng History Burner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mfmeheeibfpnkkobpeiclmihpipnnnlp |
URL Chính Thức | https://chrome.google.com/webstore/detail/history-burner/mfmeheeibfpnkkobpeiclmihpipnnnlp |
Mô tả | Historical revisionism at its finest. |
Kích Thước Tệp | 57.61 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2015-10-04 |
Ngày Phát Hành | 2015-10-04 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Jeffrey Chang |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |