Remove Cookie Pop Up

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

Hvad er Remove Cookie Pop Up?

Remove Cookie Pop Up er en Chrome-udvidelse udviklet af Rippll, og dens hovedfunktion er "Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Remove Cookie Pop Up-udvidelses-CRX-fil

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

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

Grundlæggende oplysninger om udvidelsen

Navn Remove Cookie Pop Up Remove Cookie Pop Up
ID ooapgjlibpabelcchnnjfhneafckffop
Officiel URL https://chrome.google.com/webstore/detail/remove-cookie-pop-up/ooapgjlibpabelcchnnjfhneafckffop
Beskrivelse Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.
Filstørrelse 215 KB
Antal Installationer 449
Nuværende Version 0.1.0
Senest Opdateret 2019-05-04
Udgivelsesdato 2019-04-30
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler Rippll
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    }
}