No Cache
Ensure that you see your page without client and server caches
Apa itu No Cache?
No Cache adalah ekstensi Chrome yang dikembangkan oleh Roman Hlushko, dan fitur utamanya adalah "Ensure that you see your page without client and server caches".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi No Cache
Unduh file ekstensi No Cache 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
Take cache cleaning to the next level! No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥
Informasi Dasar Ekstensi
Nama | No Cache |
ID | imcbegkljmmdaacgnepdhpnlijgpcpbi |
URL Resmi | https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi |
Deskripsi | Ensure that you see your page without client and server caches |
Ukuran File | 18.36 KB |
Jumlah Instalasi | 170 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-03-31 |
Tanggal Publikasi | 2020-03-31 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Roman Hlushko |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/roma-glushko/no-cache-extension |
URL Halaman Bantuan | https://github.com/roma-glushko/no-cache-extension |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Cache", "version": "1.0", "description": "Ensure that you see your page without client and server caches", "browser_action": { "default_title": "No Cache!" }, "icons": { "120": "\/images\/icon-120.png" }, "background": { "scripts": [ "actions.js" ], "persistent": false }, "permissions": [ "activeTab", "browsingData", "contextMenus" ] } |