Cookie Remover
Removes cookies for the current site
ما هو Cookie Remover؟
Cookie Remover هو إضافة Chrome تم تطويرها بواسطة Adam، والميزة الرئيسية لها هي "Removes cookies for the current site".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cookie Remover
قم بتنزيل ملفات الامتداد Cookie Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Instructions: Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes. Also clears localStorage and sessionStorage for the current site. Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.
معلومات أساسية عن التمديد
الاسم | Cookie Remover |
ID | kcgpggonjhmeaejebeoeomdlohicfhce |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce |
الوصف | Removes cookies for the current site |
حجم الملف | 87.72 KB |
عدد التثبيتات | 83,261 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2019-08-10 |
تاريخ النشر | 2019-08-09 |
تقييم | 4.46/5 مجموع تقييمات 79 |
المطور | Adam |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Remove cookies for this site" }, "description": "Removes cookies for the current site", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "name": "Cookie Remover", "permissions": [ "activeTab" ], "manifest_version": 2, "version": "1.0.3" } |