Check my cookies

This extension helps you to control wich cookies webpages saves of you.

ما هو Check my cookies؟

Check my cookies هو إضافة Chrome تم تطويرها بواسطة https://oneit.se، والميزة الرئيسية لها هي "This extension helps you to control wich cookies webpages saves of you.".

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

screenshot

تحميل ملف CRX للإضافة Check my cookies

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

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

                        This is a simple cookie checker. You can easily check and inspect the cookies each domain has saved for you. It's a great way to see how websites tracks you and keep information about you.

You can also delete cookies you don't want the website to keep.                    

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

الاسم Check my cookies Check my cookies
ID idmefaajmbkeajdiafefcleiaihkahnm
عنوان URL الرسمي https://chromewebstore.google.com/detail/check-my-cookies/idmefaajmbkeajdiafefcleiaihkahnm
الوصف This extension helps you to control wich cookies webpages saves of you.
حجم الملف 56.29 KB
عدد التثبيتات 11,445
النسخة الحالية 1.0.3
آخر تحديث 2014-09-04
تاريخ النشر 2014-09-04
تقييم 4.13/5 مجموع تقييمات 8
المطور https://oneit.se
نوع الدفع free
موقع الإضافة http://oneit.se
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check my cookies",
    "description": "This extension helps you to control wich cookies webpages saves of you.",
    "version": "1.0.3",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}