Check my cookies

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

Co to jest Check my cookies?

Check my cookies to rozszerzenie Chrome opracowane przez https://oneit.se, a jego główną funkcją jest „This extension helps you to control wich cookies webpages saves of you.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Check my cookies

Pobierz pliki rozszerzeń Check my cookies w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Check my cookies Check my cookies
ID idmefaajmbkeajdiafefcleiaihkahnm
Oficjalny URL https://chromewebstore.google.com/detail/check-my-cookies/idmefaajmbkeajdiafefcleiaihkahnm
Opis This extension helps you to control wich cookies webpages saves of you.
Rozmiar pliku 56.29 KB
Liczba instalacji 11,445
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2014-09-04
Data Publikacji 2014-09-04
Ocena 4.13/5 Łącznie 8 Oceny
Deweloper https://oneit.se
Typ Płatności free
Strona Rozszerzenia http://oneit.se
Obsługiwane Języki 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'"
}