Cookie Notice accepted

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

What is Cookie Notice accepted?

Cookie Notice accepted is a Chrome extension developed by Unknown, and its main feature is "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.".

Extension Screenshots

screenshot

Download Cookie Notice accepted Extension CRX File

Download Cookie Notice accepted extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Cookie Notice accepted Cookie Notice accepted
ID nagadfmjjpfgbgojimpjfoobgpjapmpn
Official URL https://chromewebstore.google.com/detail/cookie-notice-accepted/nagadfmjjpfgbgojimpjfoobgpjapmpn
Description Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.
File Size 70.38 KB
Installation Count 20
Current Version 0.0.1
Last Updated 2019-02-13
Publish Date 2019-02-09
Rating 1.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/kreutix/cookie-notice-accepted
Supported Languages 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"
}