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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    }
}