No History
Disables history logging
Apa itu No History?
No History adalah ekstensi Chrome yang dikembangkan oleh KVSoftware, dan fitur utamanya adalah "Disables history logging".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi No History
Unduh file ekstensi No History 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
With No History your history page will always be blank, so dont worry and keep up browsing. This extension just clears the entire history when Chrome add something there. It's fast and simple. No configurations, no address bar icons - just install and forget about it. ------------- PLEASE NOTE: 1. After you install this extension all your history will be cleared immidiately. 2. This extension clears only "History" page, the "Most visited" and "Recently closed" sections in the new tab won't be cleared. This is limitation of current history API. You may use something like "Speed Dial" to override the new tab page.
Informasi Dasar Ekstensi
Nama | No History |
ID | hdifnhiliocdiomkphonngpedadhinof |
URL Resmi | https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof |
Deskripsi | Disables history logging |
Ukuran File | 33.09 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2013-08-06 |
Tanggal Publikasi | 2013-08-06 |
Penilaian | 3.55/5 Total 146 Penilaian |
Pengembang | KVSoftware |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No History", "description": "Disables history logging", "version": "1.0.1", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "history" ], "background": { "scripts": [ "no_history.js" ], "persistent": false } } |