Hulk Smash Browser Cleaner
On Exit Browser Cleaner
Hulk Smash Browser Cleanerคืออะไร?
Hulk Smash Browser Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jbriscoe และคุณลักษณะหลักของมันคือ "On Exit Browser Cleaner"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hulk Smash Browser Cleaner
ดาวน์โหลดไฟล์ส่วนขยาย Hulk Smash Browser Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This application, once installed, will wipe your private data every time you launch the browser. You have the ability to choose what you want to delete, but by default all private data is deleted from the beginning of time. **Please note, if you allow Chrome to run in the background this application will not be able to execute.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ppcjeoolbidebblgggbbkimaeilhdgif |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hulk-smash-browser-cleane/ppcjeoolbidebblgggbbkimaeilhdgif |
คำอธิบาย | On Exit Browser Cleaner |
ขนาดไฟล์ | 190 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2013-10-25 |
วันที่เผยแพร่ | 2013-10-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | jbriscoe |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hulk Smash Browser Cleaner", "version": "1.2.2", "description": "On Exit Browser Cleaner", "permissions": [ "browsingData", "background", "tabs", "history" ], "background": { "scripts": [ "eventpage.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |