Clear Cookies, Storage, and Reload Page
Clears the cookies clears the storage and reloads the page
ما هو Clear Cookies, Storage, and Reload Page؟
Clear Cookies, Storage, and Reload Page هو إضافة Chrome تم تطويرها بواسطة https://platondevs.nl، والميزة الرئيسية لها هي "Clears the cookies clears the storage and reloads the page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clear Cookies, Storage, and Reload Page
قم بتنزيل ملفات الامتداد Clear Cookies, Storage, and Reload Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Clean the page cookies, clear the page storage and reload page. Enjoy using it! Known limitations: does not clean HttpOnly cookies, only cleans cookies in current page domain.
معلومات أساسية عن التمديد
الاسم | Clear Cookies, Storage, and Reload Page |
ID | ibmecniinmokioelonobooffbpgkeifm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm |
الوصف | Clears the cookies clears the storage and reloads the page |
حجم الملف | 10.04 KB |
عدد التثبيتات | 484 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-02-10 |
تاريخ النشر | 2020-02-10 |
المطور | https://platondevs.nl |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | http://platondevs.nl/privacy |
عنوان صفحة سياسة الخصوصية | https://platondevs.nl/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Cookies, Storage, and Reload Page", "short_name": "CCR-page", "description": "Clears the cookies clears the storage and reloads the page", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "ccr_icon_128.png", "default_title": "Clear Cookies and Reload" }, "icons": { "128": "ccr_icon_128.png" }, "author": { "name": "Platon Devs" } } |