Remove Cookies For Site
A Chrome extension to remove all cookies for the current site.
ما هو Remove Cookies For Site؟
Remove Cookies For Site هو إضافة Chrome تم تطويرها بواسطة nestor، والميزة الرئيسية لها هي "A Chrome extension to remove all cookies for the current site.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Remove Cookies For Site
قم بتنزيل ملفات الامتداد Remove Cookies For Site بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click the broken cookie and all cookies for the current site will be deleted.
معلومات أساسية عن التمديد
الاسم | Remove Cookies For Site |
ID | lmfdblomdpkcniknaenceeogpgepocmm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/remove-cookies-for-site/lmfdblomdpkcniknaenceeogpgepocmm |
الوصف | A Chrome extension to remove all cookies for the current site. |
حجم الملف | 412 KB |
عدد التثبيتات | 35,152 |
النسخة الحالية | 1.7 |
آخر تحديث | 2023-06-27 |
تاريخ النشر | 2016-06-04 |
تقييم | 3.56/5 مجموع تقييمات 180 |
المطور | nestor |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
عنوان صفحة سياسة الخصوصية | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Cookies For Site", "version": "1.7", "description": "A Chrome extension to remove all cookies for the current site.", "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "cookie_handler.js" }, "icons": { "48": "broken-cookie48.png", "128": "broken-cookie128.png" }, "action": { "default_icon": { "48": "broken-cookie48.png", "128": "broken-cookie128.png" } } } |