Cookie-Cleaner
Chrome extension to clean cookies from the current tab in one click.
ما هو Cookie-Cleaner؟
Cookie-Cleaner هو إضافة Chrome تم تطويرها بواسطة jmatj.dev، والميزة الرئيسية لها هي "Chrome extension to clean cookies from the current tab in one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cookie-Cleaner
قم بتنزيل ملفات الامتداد Cookie-Cleaner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cookie-Cleaner is a simple and fast extension to clean cookies from the current tab in one click. Don't hassle with sites that are restricting the content based on how many times you have visited their site. In one click you're back on your feet and ready to go on!
معلومات أساسية عن التمديد
الاسم | Cookie-Cleaner |
ID | alnoiokdjddbeifhpfifmlgmdpgapmaj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cookie-cleaner/alnoiokdjddbeifhpfifmlgmdpgapmaj |
الوصف | Chrome extension to clean cookies from the current tab in one click. |
حجم الملف | 15.15 KB |
عدد التثبيتات | 1,614 |
النسخة الحالية | 0.1 |
آخر تحديث | 2016-06-03 |
تاريخ النشر | 2016-06-03 |
تقييم | 3.40/5 مجموع تقييمات 5 |
المطور | jmatj.dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jmatj/cookie-cleaner |
عنوان صفحة المساعدة | https://github.com/jmatj/cookie-cleaner |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie-Cleaner", "description": "Chrome extension to clean cookies from the current tab in one click.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "remove cookies now", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |