Cookie Notice accepted

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

Τι είναι το Cookie Notice accepted;

Το Cookie Notice accepted είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Cookie Notice accepted

Λήψη αρχείων επέκτασης Cookie Notice accepted σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cookie Notice accepted Cookie Notice accepted
ID nagadfmjjpfgbgojimpjfoobgpjapmpn
Επίσημο URL https://chromewebstore.google.com/detail/cookie-notice-accepted/nagadfmjjpfgbgojimpjfoobgpjapmpn
Περιγραφή Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.
Μέγεθος Αρχείου 70.38 KB
Αριθμός Εγκαταστάσεων 20
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2019-02-13
Ημερομηνία Δημοσίευσης 2019-02-09
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/kreutix/cookie-notice-accepted
Υποστηριζόμενες Γλώσσες 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"
}