Remove Cookie Pop Up

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

What is Remove Cookie Pop Up?

Remove Cookie Pop Up is a Chrome extension developed by Rippll, and its main feature is "Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.".

Extension Screenshots

screenshot
screenshot

Download Remove Cookie Pop Up Extension CRX File

Download Remove Cookie Pop Up extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Remove Cookie Pop Up Remove Cookie Pop Up
ID ooapgjlibpabelcchnnjfhneafckffop
Official URL https://chrome.google.com/webstore/detail/remove-cookie-pop-up/ooapgjlibpabelcchnnjfhneafckffop
Description Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.
File Size 215 KB
Installation Count 449
Current Version 0.1.0
Last Updated 2019-05-04
Publish Date 2019-04-30
Rating 4.33/5 Total 3 Ratings
Developer Rippll
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}