Remove Cookie Pop Up

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

Co je Remove Cookie Pop Up?

Remove Cookie Pop Up je rozšíření Chrome vyvinuté Rippll, a jeho hlavní funkcí je „Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Remove Cookie Pop Up

Stáhněte si soubory rozšíření Remove Cookie Pop Up ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Remove Cookie Pop Up Remove Cookie Pop Up
ID ooapgjlibpabelcchnnjfhneafckffop
Oficiální URL https://chrome.google.com/webstore/detail/remove-cookie-pop-up/ooapgjlibpabelcchnnjfhneafckffop
Popis Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.
Velikost souboru 215 KB
Počet instalací 449
Aktuální Verze 0.1.0
Poslední Aktualizace 2019-05-04
Datum Vydání 2019-04-30
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář Rippll
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    }
}