chrome-plugin-dns-cache-clean
chrome dns cache cleaer
chrome-plugin-dns-cache-cleanคืออะไร?
chrome-plugin-dns-cache-clean เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yiranzhouyida และคุณลักษณะหลักของมันคือ "chrome dns cache cleaer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย chrome-plugin-dns-cache-clean
ดาวน์โหลดไฟล์ส่วนขยาย chrome-plugin-dns-cache-clean ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
before use it, we need access `chrome://flags/#extensions-on-chrome-urls` then open it. after finished, just click the plugin button will be fine
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bdpfccanhacmnpdiejhlgglghjmcnlmp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/chrome-plugin-dns-cache-c/bdpfccanhacmnpdiejhlgglghjmcnlmp |
คำอธิบาย | chrome dns cache cleaer |
ขนาดไฟล์ | 11.94 KB |
จำนวนการติดตั้ง | 227 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2019-09-26 |
วันที่เผยแพร่ | 2019-09-26 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | yiranzhouyida |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git |
URL หน้าช่วยเหลือ | https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "chrome-plugin-dns-cache-clean", "version": "0.0.4", "description": "chrome dns cache cleaer", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "128": "image\/paper-plane.png" } }, "permissions": [ "activeTab", "tabs", "chrome:\/\/net-internals\/#sockets", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |