History Burner
Historical revisionism at its finest.
History Burnerคืออะไร?
History Burner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeffrey Chang และคุณลักษณะหลักของมันคือ "Historical revisionism at its finest."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย History Burner
ดาวน์โหลดไฟล์ส่วนขยาย History Burner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/" ] } |