Remove Cookie Pop Up

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

Что такое Remove Cookie Pop Up?

Remove Cookie Pop Up - это расширение Chrome, разработанное Rippll, и его основная функция - "Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Remove Cookie Pop Up

Скачайте файлы расширений Remove Cookie Pop Up в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Remove Cookie Pop Up Remove Cookie Pop Up
ID ooapgjlibpabelcchnnjfhneafckffop
Официальный URL https://chrome.google.com/webstore/detail/remove-cookie-pop-up/ooapgjlibpabelcchnnjfhneafckffop
Описание Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.
Размер файла 215 KB
Количество установок 449
Текущая Версия 0.1.0
Последнее Обновление 2019-05-04
Дата публикации 2019-04-30
Рейтинг 4.33/5 Всего 3 оценок
Разработчик Rippll
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        }
    }
}