Check my cookies

This extension helps you to control wich cookies webpages saves of you.

Apa itu Check my cookies?

Check my cookies adalah ekstensi Chrome yang dikembangkan oleh https://oneit.se, dan fitur utamanya adalah "This extension helps you to control wich cookies webpages saves of you.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Check my cookies

Unduh file ekstensi Check my 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

                        This is a simple cookie checker. You can easily check and inspect the cookies each domain has saved for you. It's a great way to see how websites tracks you and keep information about you.

You can also delete cookies you don't want the website to keep.                    

Informasi Dasar Ekstensi

Nama Check my cookies Check my cookies
ID idmefaajmbkeajdiafefcleiaihkahnm
URL Resmi https://chromewebstore.google.com/detail/check-my-cookies/idmefaajmbkeajdiafefcleiaihkahnm
Deskripsi This extension helps you to control wich cookies webpages saves of you.
Ukuran File 56.29 KB
Jumlah Instalasi 11,445
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2014-09-04
Tanggal Publikasi 2014-09-04
Penilaian 4.13/5 Total 8 Penilaian
Pengembang https://oneit.se
Tipe Pembayaran free
Situs Ekstensi http://oneit.se
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check my cookies",
    "description": "This extension helps you to control wich cookies webpages saves of you.",
    "version": "1.0.3",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}