Cookie Jar

Sandbox your cookies.

ما هو Cookie Jar؟

Cookie Jar هو إضافة Chrome تم تطويرها بواسطة l01cd3v، والميزة الرئيسية لها هي "Sandbox your cookies.".

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

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

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

                        Cookie Jar is a simple extension that allows you to visit your favorite websites without sharing this information with third parties (e.g. social networks, advertising networks, and analytics platform).
Cookie Jar functions by removing cookies sent to websites that are hosted on a different root domain than the website you are visiting.                    

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

الاسم Cookie Jar Cookie Jar
ID iikhngeniebocgncjooahpaojhnonkfb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/cookie-jar/iikhngeniebocgncjooahpaojhnonkfb
الوصف Sandbox your cookies.
حجم الملف 10.24 KB
عدد التثبيتات 126
النسخة الحالية 0.2
آخر تحديث 2015-01-05
تاريخ النشر 2015-01-05
تقييم 4.00/5 مجموع تقييمات 2
المطور l01cd3v
نوع الدفع free
موقع الإضافة https://github.com/l01cd3v/CookieJar
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Jar",
    "version": "0.2",
    "description": "Sandbox your cookies.",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}