Cookie Content Settings

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

Hvad er Cookie Content Settings?

Cookie Content Settings er en Chrome-udvidelse udviklet af heypiotr, og dens hovedfunktion er "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.".

Udvidelsesskærmbilleder

screenshot

Download Cookie Content Settings-udvidelses-CRX-fil

Download Cookie Content Settings-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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".                    

Grundlæggende oplysninger om udvidelsen

Navn Cookie Content Settings Cookie Content Settings
ID cgfplfaocdgbahjoegkenibjdgjaakhd
Officiel URL https://chromewebstore.google.com/detail/cookie-content-settings/cgfplfaocdgbahjoegkenibjdgjaakhd
Beskrivelse Tap the full power of your browser's cookie settings, allowing more fine-grained rules.
Filstørrelse 24.06 KB
Antal Installationer 30
Nuværende Version 1.0.1
Senest Opdateret 2021-07-08
Udgivelsesdato 2021-07-08
Udvikler heypiotr
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/heypiotr/CookieContentSettings
Understøttede Sprog 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"
    ]
}