Clear Cookies, Storage, and Reload Page

Clears the cookies clears the storage and reloads the page

Apa itu Clear Cookies, Storage, and Reload Page?

Clear Cookies, Storage, and Reload Page adalah ekstensi Chrome yang dikembangkan oleh https://platondevs.nl, dan fitur utamanya adalah "Clears the cookies clears the storage and reloads the page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Clear Cookies, Storage, and Reload Page

Unduh file ekstensi Clear Cookies, Storage, and Reload Page 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

                        Clean the page cookies, clear the page storage and reload page.
Enjoy using it!

Known limitations: does not clean HttpOnly cookies, only cleans cookies in current page domain.                    

Informasi Dasar Ekstensi

Nama Clear Cookies, Storage, and Reload Page Clear Cookies, Storage, and Reload Page
ID ibmecniinmokioelonobooffbpgkeifm
URL Resmi https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm
Deskripsi Clears the cookies clears the storage and reloads the page
Ukuran File 10.04 KB
Jumlah Instalasi 484
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-02-10
Tanggal Publikasi 2020-02-10
Pengembang https://platondevs.nl
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan http://platondevs.nl/privacy
URL Halaman Kebijakan Privasi https://platondevs.nl/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cookies, Storage, and Reload Page",
    "short_name": "CCR-page",
    "description": "Clears the cookies clears the storage and reloads the page",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "ccr_icon_128.png",
        "default_title": "Clear Cookies and Reload"
    },
    "icons": {
        "128": "ccr_icon_128.png"
    },
    "author": {
        "name": "Platon Devs"
    }
}