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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
***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 |
URL หน้าช่วยเหลือ | 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" ] } } |