Cookie Content Settings

Tap the full power of your browser's cookie settings, allowing more fine-grained rules.

Co to jest Cookie Content Settings?

Cookie Content Settings to rozszerzenie Chrome opracowane przez heypiotr, a jego główną funkcją jest „Tap the full power of your browser's cookie settings, allowing more fine-grained rules.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cookie Content Settings

Pobierz pliki rozszerzeń Cookie Content Settings 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 extensions allows you to create more fine-grained rules for the "Customized behaviors" in the "Cookie and other site data" settings of your browser.

For example, you can allow "myaccount.com" requests to use cookies only while on "example.com", or block cookies in "socialnetwork.com" requests only while on "secretsite.com".                    

Podstawowe informacje o rozszerzeniu

Nazwa Cookie Content Settings Cookie Content Settings
ID cgfplfaocdgbahjoegkenibjdgjaakhd
Oficjalny URL https://chromewebstore.google.com/detail/cookie-content-settings/cgfplfaocdgbahjoegkenibjdgjaakhd
Opis Tap the full power of your browser's cookie settings, allowing more fine-grained rules.
Rozmiar pliku 24.06 KB
Liczba instalacji 30
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2021-07-08
Data Publikacji 2021-07-08
Deweloper heypiotr
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/heypiotr/CookieContentSettings
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie Content Settings",
    "version": "1.0.1",
    "action": [],
    "description": "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "contentSettings",
        "storage"
    ]
}