Cookie Notice accepted

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

Hvad er Cookie Notice accepted?

Cookie Notice accepted er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.".

Udvidelsesskærmbilleder

screenshot

Download Cookie Notice accepted-udvidelses-CRX-fil

Download Cookie Notice accepted-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

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Cookie Notice accepted Cookie Notice accepted
ID nagadfmjjpfgbgojimpjfoobgpjapmpn
Officiel URL https://chromewebstore.google.com/detail/cookie-notice-accepted/nagadfmjjpfgbgojimpjfoobgpjapmpn
Beskrivelse Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.
Filstørrelse 70.38 KB
Antal Installationer 20
Nuværende Version 0.0.1
Senest Opdateret 2019-02-13
Udgivelsesdato 2019-02-09
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://github.com/kreutix/cookie-notice-accepted
Understøttede Sprog 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"
}