Scrubber Ducky
Quickly erase history, caching etc. with the click of a button!
Scrubber Duckyคืออะไร?
Scrubber Ducky เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Scrubber Duck Corporation และคุณลักษณะหลักของมันคือ "Quickly erase history, caching etc. with the click of a button!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scrubber Ducky
ดาวน์โหลดไฟล์ส่วนขยาย Scrubber Ducky ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a very simple extension to clear your history and all that other unwanted browsing data.
Simply press the scrubber ducky and he'll clean your web browser for you! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hfjolakcbflpengdpdjafnnmfopdlelo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/scrubber-ducky/hfjolakcbflpengdpdjafnnmfopdlelo |
| คำอธิบาย | Quickly erase history, caching etc. with the click of a button! |
| ขนาดไฟล์ | 90.03 KB |
| จำนวนการติดตั้ง | 27 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2016-09-16 |
| วันที่เผยแพร่ | 2016-09-16 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | The Scrubber Duck Corporation |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://www.scrubberducky.me |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Scrubber Ducky",
"short_name": "scrubbrducky",
"description": "Quickly erase history, caching etc. with the click of a button!",
"version": "1.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "scrubberducky.html"
},
"permissions": [
"browsingData"
]
} | |