Cookie Notice accepted

Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.

Was ist Cookie Notice accepted?

Cookie Notice accepted ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.".

Erweiterungsscreenshots

screenshot

Cookie Notice accepted-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cookie Notice accepted-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Cookie Notice Accepted is a minimalistic browser extension which sets cookies to tell your websites that you have accepted the cookie notice, so it wont ask you again.

https://github.com/kreutix/cookie-notice-accepted                    

Grundlegende Informationen zur Erweiterung

Name Cookie Notice accepted Cookie Notice accepted
ID nagadfmjjpfgbgojimpjfoobgpjapmpn
Offizielle URL https://chromewebstore.google.com/detail/cookie-notice-accepted/nagadfmjjpfgbgojimpjfoobgpjapmpn
Beschreibung Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.
Dateigröße 70.38 KB
Installationsanzahl 20
Aktuelle Version 0.0.1
Letztes Update 2019-02-13
Veröffentlichungsdatum 2019-02-09
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/kreutix/cookie-notice-accepted
Unterstützte Sprachen en-US
manifest.json
{
    "author": "Stefan Kreuter",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon19-gray.png",
        "default_title": "Cookie Notice accepted"
    },
    "description": "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.",
    "homepage_url": "https:\/\/github.com\/kreutix\/cookie-notice-accepted",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Cookie Notice accepted",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "webNavigation",
        "tabs",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "cookie-notice-accepted",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}