Remove Cookie Pop Up

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

Cos'è Remove Cookie Pop Up?

Remove Cookie Pop Up è un'estensione di Chrome sviluppata da Rippll, e la sua funzione principale è "Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Remove Cookie Pop Up

Scarica i file di estensione Remove Cookie Pop Up in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Remove Cookie Pop Up Remove Cookie Pop Up
ID ooapgjlibpabelcchnnjfhneafckffop
URL Ufficiale https://chrome.google.com/webstore/detail/remove-cookie-pop-up/ooapgjlibpabelcchnnjfhneafckffop
Descrizione Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.
Dimensione del File 215 KB
Conteggio Installazioni 449
Versione Corrente 0.1.0
Ultimo Aggiornamento 2019-05-04
Data di Pubblicazione 2019-04-30
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Rippll
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}