Cookie Monster
Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.
ما هو Cookie Monster؟
Cookie Monster هو إضافة Chrome تم تطويرها بواسطة Effectly، والميزة الرئيسية لها هي "Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cookie Monster
قم بتنزيل ملفات الامتداد Cookie Monster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can clear cookies by right-clicking on the extension icon and choosing "Clear cookies for www.yoursite.com", or by using the context menu by clicking anywhere on a web page.
معلومات أساسية عن التمديد
الاسم | Cookie Monster |
ID | jfkoalecneiebaipoefmcifnmdgfmfna |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cookie-monster/jfkoalecneiebaipoefmcifnmdgfmfna |
الوصف | Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks. |
حجم الملف | 16.03 KB |
عدد التثبيتات | 136 |
النسخة الحالية | 1.1.2 |
آخر تحديث | 2023-03-13 |
تاريخ النشر | 2021-11-17 |
المطور | Effectly |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie Monster", "version": "1.1.2", "description": "Cookie Monster lets you easily clear cookies or local\/session storage for the currently open website via a couple of clicks.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*\/*", "cookies", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } } |