Delete Cookies and Site Data
Delete cookies, storage and cache of all websites except the whitelisted domains.
ما هو Delete Cookies and Site Data؟
Delete Cookies and Site Data هو إضافة Chrome تم تطويرها بواسطة https://browsernative.com، والميزة الرئيسية لها هي "Delete cookies, storage and cache of all websites except the whitelisted domains.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Delete Cookies and Site Data
قم بتنزيل ملفات الامتداد Delete Cookies and Site Data بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Delete data stored by all websites, or the site open in the current tab. one click to delete cookies and other data (cache, localStorage, indexedDB, webSQL etc.) stored by websites. Set whitelisted domains. Opt to auto-delete site data on browser startup. Visit homepage for more information: https://browsernative.com/delete-cookies-chrome-extension/ Send feedback or suggestion to [email protected]
معلومات أساسية عن التمديد
الاسم | Delete Cookies and Site Data |
ID | aegmcdedlldfknejkhgjailcpkofpphb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/delete-cookies-and-site-d/aegmcdedlldfknejkhgjailcpkofpphb |
الوصف | Delete cookies, storage and cache of all websites except the whitelisted domains. |
حجم الملف | 18.81 KB |
عدد التثبيتات | 267 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2022-08-11 |
تاريخ النشر | 2022-08-11 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://browsernative.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://browsernative.com/delete-cookies-chrome-extension/ |
عنوان صفحة المساعدة | https://browsernative.com/delete-cookies-chrome-extension/ |
عنوان صفحة سياسة الخصوصية | https://browsernative.com/extensions-privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Delete Cookies and Site Data", "description": "Delete cookies, storage and cache of all websites except the whitelisted domains.", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "sw.js" }, "action": { "default_icon": "\/static\/icon-128.png", "default_title": "Delete Cookies & Site Data", "default_popup": "popup\/index.html" }, "icons": { "48": "\/static\/icon-48.png", "128": "\/static\/icon-128.png" }, "permissions": [ "browsingData", "storage", "notifications", "activeTab", "history" ], "homepage_url": "https:\/\/browsernative.com\/delete-cookies-chrome-extension\/", "options_page": "\/option\/index.html" } |