Remove Cookie!

Removes cookies set by the site, including cookies with paths and domains

ما هو Remove Cookie!؟

Remove Cookie! هو إضافة Chrome تم تطويرها بواسطة alenbi.2013.105، والميزة الرئيسية لها هي "Removes cookies set by the site, including cookies with paths and domains".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Remove Cookie!

قم بتنزيل ملفات الامتداد Remove Cookie! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!                    

معلومات أساسية عن التمديد

الاسم Remove Cookie! Remove Cookie!
ID oifomnalkciipmgkfgdjkepdocgiipjg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg
الوصف Removes cookies set by the site, including cookies with paths and domains
حجم الملف 25.75 KB
عدد التثبيتات 16,543
النسخة الحالية 0.1
آخر تحديث 2013-12-18
تاريخ النشر 2013-12-18
تقييم 2.88/5 مجموع تقييمات 16
المطور alenbi.2013.105
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Remove Cookie!"
    },
    "name": "Remove Cookie!",
    "description": "Removes cookies set by the site, including cookies with paths and domains",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}