Coloe Cookie Crusher

This extension clears all cookies in your browser and refreshes the current page.

ما هو Coloe Cookie Crusher؟

Coloe Cookie Crusher هو إضافة Chrome تم تطويرها بواسطة Fat Cattitude, LLC، والميزة الرئيسية لها هي "This extension clears all cookies in your browser and refreshes the current page.".

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

screenshot

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

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

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

                        Clear a website's cookies and refresh the page all in one click!                    

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

الاسم Coloe Cookie Crusher Coloe Cookie Crusher
ID mjmcjndganfnecmceegfkjmhnlngfohh
عنوان URL الرسمي https://chromewebstore.google.com/detail/coloe-cookie-crusher/mjmcjndganfnecmceegfkjmhnlngfohh
الوصف This extension clears all cookies in your browser and refreshes the current page.
حجم الملف 30.35 KB
عدد التثبيتات 286
النسخة الحالية 0.0.0.6
آخر تحديث 2023-07-30
تاريخ النشر 2018-08-14
تقييم 5.00/5 مجموع تقييمات 6
المطور Fat Cattitude, LLC
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coloe Cookie Crusher",
    "description": "This extension clears all cookies in your browser and refreshes the current page.",
    "version": "0.0.0.6",
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    }
}