Hulk Smash Browser Cleaner
On Exit Browser Cleaner
Apa itu Hulk Smash Browser Cleaner?
Hulk Smash Browser Cleaner adalah ekstensi Chrome yang dikembangkan oleh jbriscoe, dan fitur utamanya adalah "On Exit Browser Cleaner".
Unduh Berkas CRX Ekstensi Hulk Smash Browser Cleaner
Unduh file ekstensi Hulk Smash Browser Cleaner dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ppcjeoolbidebblgggbbkimaeilhdgif |
URL Resmi | https://chrome.google.com/webstore/detail/hulk-smash-browser-cleane/ppcjeoolbidebblgggbbkimaeilhdgif |
Deskripsi | On Exit Browser Cleaner |
Ukuran File | 190 KB |
Jumlah Instalasi | 33 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2013-10-25 |
Tanggal Publikasi | 2013-10-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | jbriscoe |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |