Coloe Cookie Crusher

This extension clears all cookies in your browser and refreshes the current page.

Apa itu Coloe Cookie Crusher?

Coloe Cookie Crusher adalah ekstensi Chrome yang dikembangkan oleh Fat Cattitude, LLC, dan fitur utamanya adalah "This extension clears all cookies in your browser and refreshes the current page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Coloe Cookie Crusher

Unduh file ekstensi Coloe Cookie Crusher 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

                        Clear a website's cookies and refresh the page all in one click!                    

Informasi Dasar Ekstensi

Nama Coloe Cookie Crusher Coloe Cookie Crusher
ID mjmcjndganfnecmceegfkjmhnlngfohh
URL Resmi https://chromewebstore.google.com/detail/coloe-cookie-crusher/mjmcjndganfnecmceegfkjmhnlngfohh
Deskripsi This extension clears all cookies in your browser and refreshes the current page.
Ukuran File 30.35 KB
Jumlah Instalasi 286
Versi Saat Ini 0.0.0.6
Terakhir Diperbarui 2023-07-30
Tanggal Publikasi 2018-08-14
Penilaian 5.00/5 Total 6 Penilaian
Pengembang Fat Cattitude, LLC
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coloe Cookie Crusher",
    "description": "This extension clears all cookies in your browser and refreshes the current page.",
    "version": "0.0.0.6",
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    }
}