Remove Cookie Pop Up

Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.

Was ist Remove Cookie Pop Up?

Remove Cookie Pop Up ist eine Chrome-Erweiterung, die von Rippll entwickelt wurde, und ihr Hauptmerkmal ist "Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.".

Erweiterungsscreenshots

screenshot
screenshot

Remove Cookie Pop Up-Erweiterungs-CRX-Datei herunterladen

Laden Sie Remove Cookie Pop Up-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

                        Remove cookie consent pop ups!
If you are not concerned about cookies, this extension will accept all cookie pop ups.                    

Grundlegende Informationen zur Erweiterung

Name Remove Cookie Pop Up Remove Cookie Pop Up
ID ooapgjlibpabelcchnnjfhneafckffop
Offizielle URL https://chrome.google.com/webstore/detail/remove-cookie-pop-up/ooapgjlibpabelcchnnjfhneafckffop
Beschreibung Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.
Dateigröße 215 KB
Installationsanzahl 449
Aktuelle Version 0.1.0
Letztes Update 2019-05-04
Veröffentlichungsdatum 2019-04-30
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler Rippll
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen de,en,fr,nl,no,da,es,hr,it,pl,sv,ru,uk,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "0.1.0",
    "icons": {
        "16": "icons\/PersonalPrivacy16.png",
        "48": "icons\/PersonalPrivacy48.png",
        "128": "icons\/PersonalPrivacy128.png"
    },
    "author": "Rippll",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "data\/css\/common.css",
        "data\/js\/common.js"
    ],
    "background": {
        "scripts": [
            "data\/rules.js",
            "data\/context-menu.js"
        ]
    },
    "options_ui": {
        "page": "data\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_popup": "data\/menu\/index.html",
        "default_icon": {
            "16": "icons\/PersonalPrivacy16.png",
            "32": "icons\/PersonalPrivacy32.png"
        }
    }
}