Downloads Accelerator
Improve your downloading experience!
Downloads Acceleratorคืออะไร?
Downloads Accelerator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ericfridmrkt และคุณลักษณะหลักของมันคือ "Improve your downloading experience!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Downloads Accelerator
ดาวน์โหลดไฟล์ส่วนขยาย Downloads Accelerator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Download Accelerator will let the user focus on the download elements on your page, with a single click The extension will enlarge and bold the download elements in the user's page
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jddlghpiodebmdcmcojlclbgjghhlmnh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/downloads-accelerator/jddlghpiodebmdcmcojlclbgjghhlmnh |
คำอธิบาย | Improve your downloading experience! |
ขนาดไฟล์ | 16.46 KB |
จำนวนการติดตั้ง | 3,595 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2022-12-08 |
วันที่เผยแพร่ | 2022-12-08 |
ผู้พัฒนา | ericfridmrkt |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://home.frelastinabuke.info/ |
URL หน้าช่วยเหลือ | https://home.frelastinabuke.info/contact.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Improve your downloading experience!", "icons": { "128": "logo.png" }, "action": { "default_icon": "logo.png", "default_title": "Downloads Accelerator", "default_popup": "popup.html" }, "manifest_version": 3, "name": "Downloads Accelerator", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |