Reload Page Without Cookies
Clear Cookie for current tab and reload
Apa itu Reload Page Without Cookies?
Reload Page Without Cookies adalah ekstensi Chrome yang dikembangkan oleh chongyang18, dan fitur utamanya adalah "Clear Cookie for current tab and reload".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reload Page Without Cookies
Unduh file ekstensi Reload Page Without Cookies 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
Reload page without cookies by clicking on the extension icon
Informasi Dasar Ekstensi
Nama | Reload Page Without Cookies |
ID | hedcmpoocggcflieohecjddaemkpjice |
URL Resmi | https://chromewebstore.google.com/detail/reload-page-without-cooki/hedcmpoocggcflieohecjddaemkpjice |
Deskripsi | Clear Cookie for current tab and reload |
Ukuran File | 6.36 KB |
Jumlah Instalasi | 73 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2020-04-02 |
Tanggal Publikasi | 2020-03-29 |
Pengembang | chongyang18 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload Page Without Cookies", "description": "Clear Cookie for current tab and reload", "version": "0.1", "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "cookie.png", "default_title": "Reload Page Without Cookies" }, "author": "Mike Yan" } |