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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | http://platondevs.nl/privacy |
URL หน้านโยบายความเป็นส่วนตัว | 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" } } |