Delete this site Cookies
Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.
ما هو Delete this site Cookies؟
Delete this site Cookies هو إضافة Chrome تم تطويرها بواسطة http://www.ivanrg.com، والميزة الرئيسية لها هي "Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Delete this site Cookies
قم بتنزيل ملفات الامتداد Delete this site Cookies بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
***Delete current URL's cookies. Simple and fast.*** Go to an URL and click the button in the Chrome toolbar. All the cookies of the current web will be deleted. A confirmation pop-up message is displayed when all the cookies are deleted. --------------------------------------------------- --------------------------------------------------- ***Elimina las cookies de la URL en la que te encuentres. Simple y rápido.*** Ve a una dirección web y haz clic en el botón de la barra de herramientas de Chrome. Se eliminarán todas las cookies de la eb en la que te encuentres. Cuando se eliminan todas las cookies se muestra un mensaje de confirmación.
معلومات أساسية عن التمديد
الاسم | |
ID | nlhidgjbkiekgnkkpopdhojjiinfanoo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/delete-this-site-cookies/nlhidgjbkiekgnkkpopdhojjiinfanoo |
الوصف | Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click. |
حجم الملف | 39.96 KB |
عدد التثبيتات | 438 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-07-18 |
تاريخ النشر | 2015-07-18 |
تقييم | 3.29/5 مجموع تقييمات 14 |
المطور | http://www.ivanrg.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.ivanrg.com/p/delete-this-site-cookies.html |
عنوان صفحة المساعدة | http://www.ivanrg.com/p/delete-this-site-cookies.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Delete this site Cookies", "short_name": "Delete this site Cookies", "version": "1.1", "manifest_version": 2, "homepage_url": "http:\/\/www.ivanrg.com\/p\/delete-this-site-cookies.html", "description": "Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png", "default_title": "Delete this site Cookies" }, "background": { "scripts": [ "background.js" ] } } |