EditCookie

Very simple and minimalistic cookie manager

ما هو EditCookie؟

EditCookie هو إضافة Chrome تم تطويرها بواسطة HoneyApp، والميزة الرئيسية لها هي "Very simple and minimalistic cookie manager".

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

screenshot
screenshot

تحميل ملف CRX للإضافة EditCookie

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

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

                        User-friendly cookie manager with clear interface.
Can EDIT, ADD and REMOVE Cookies in one click!
Try it, and you'll love it!                    

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

الاسم EditCookie EditCookie
ID eognaopbbjmpompmibmllnddafjhbfdj
عنوان URL الرسمي https://chromewebstore.google.com/detail/editcookie/eognaopbbjmpompmibmllnddafjhbfdj
الوصف Very simple and minimalistic cookie manager
حجم الملف 168 KB
عدد التثبيتات 11,371
النسخة الحالية 2.3
آخر تحديث 2017-02-08
تاريخ النشر 2017-02-08
تقييم 4.16/5 مجموع تقييمات 32
المطور HoneyApp
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EditCookie",
    "description": "Very simple and minimalistic cookie manager",
    "version": "2.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [],
            "js": [
                "cs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "EditCookie",
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "cookies",
        "storage"
    ]
}