Clear Cookie and Reload
Clear Cookie for current tab and reload
Clear Cookie and Reloadคืออะไร?
Clear Cookie and Reload เป็นส่วนขยายของ Chrome ที่พัฒนาโดย b.like.no.other และคุณลักษณะหลักของมันคือ "Clear Cookie for current tab and reload"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clear Cookie and Reload
ดาวน์โหลดไฟล์ส่วนขยาย Clear Cookie and Reload ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Clear cookies for current tab and reload Intended Use: Helpful for developers who need to clear all identifying cookies to test a clean environment. watch free match on starsports.com using this app, click on the app when 10 minutes preview time gets over. Enjoy :) You can fork this open source project at https://github.com/blikenoother/ClearCookieAndReload ----------------------------------------- Author: Name: Chirag Email: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | clinijjpaohndgmfepgpifcfnmlecbom |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom |
คำอธิบาย | Clear Cookie for current tab and reload |
ขนาดไฟล์ | 5.57 KB |
จำนวนการติดตั้ง | 24,280 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2019-02-02 |
วันที่เผยแพร่ | 2019-02-02 |
คะแนน | 3.52/5 รวมทั้งหมด 48 คะแนน |
ผู้พัฒนา | b.like.no.other |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Cookie and Reload", "description": "Clear Cookie for current tab and reload", "version": "0.3", "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Clear Cookie and Reload" }, "author": { "name": "Chirag", "email": "[email protected]" } } |