Remove Cookie!

Removes cookies set by the site, including cookies with paths and domains

Co to jest Remove Cookie!?

Remove Cookie! to rozszerzenie Chrome opracowane przez alenbi.2013.105, a jego główną funkcją jest „Removes cookies set by the site, including cookies with paths and domains”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Remove Cookie!

Pobierz pliki rozszerzeń Remove Cookie! 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 extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!                    

Podstawowe informacje o rozszerzeniu

Nazwa Remove Cookie! Remove Cookie!
ID oifomnalkciipmgkfgdjkepdocgiipjg
Oficjalny URL https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg
Opis Removes cookies set by the site, including cookies with paths and domains
Rozmiar pliku 25.75 KB
Liczba instalacji 16,543
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2013-12-18
Data Publikacji 2013-12-18
Ocena 2.88/5 Łącznie 16 Oceny
Deweloper alenbi.2013.105
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Remove Cookie!"
    },
    "name": "Remove Cookie!",
    "description": "Removes cookies set by the site, including cookies with paths and domains",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}